champ_front_tabule
Inherits from: front_field_base
Constant field on the boundary, tabulated as a function of time.
Parameters:
- nb_comp (type: int) Number of field components.
- bloc (type: bloc_lecture) {nt1 t2 t3 ....tn u1 [v1 w1 ...] u2 [v2 w2 ...] u3 [v3 w3 ...] ... un [vn wn ...] } Values are entered into a table based on n couples (ti, ui) if nb_comp value is 1. The value of a field at a given time is calculated by linear interpolation from this table.
champ_front_tabule_lu
Inherits from: champ_front_tabule
Constant field on the boundary, tabulated from a specified column file. Lines starting with # are ignored.
Parameters:
- nb_comp (type: int) Number of field components.
- column_file (type: string) Name of the column file.