champ_tabule_temps
Inherits from: champ_don_base
Field that is constant in space and tabulated as a function of time.
Parameters:
- dim (type: int) Number of field components.
- bloc (type: bloc_lecture) Values as a table. The value of the field at any time is calculated by linear interpolation from this table.
champ_tabule_lu
Inherits from: champ_tabule_temps
Uniform field, 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.
- dim (type: int) Number of field components.