champ_uniforme_morceaux
Inherits from: champ_don_base
Field which is partly constant in space and stationary.
Parameters:
- nom_dom (type: string) Name of the domain to which the sub-areas belong.
- nb_comp (type: int) Number of field components.
- data (type: bloc_lecture) { Defaut val_def sous_zone_1 val_1 ... sous_zone_i val_i } By default, the value val_def is assigned to the field. It takes the sous_zone_i identifier Sous_Zone (sub_area) type object value, val_i. Sous_Zone (sub_area) type objects must have been previously defined if the operator wishes to use a Champ_Uniforme_Morceaux(partly_uniform_field) type object.
champ_uniforme_morceaux_tabule_temps
Inherits from: champ_uniforme_morceaux
this type of field is constant in space on one or several sub_zones and tabulated as a function of time.
Parameters:
- nom_dom (type: string) Name of the domain to which the sub-areas belong.
- nb_comp (type: int) Number of field components.
- data (type: bloc_lecture) { Defaut val_def sous_zone_1 val_1 ... sous_zone_i val_i } By default, the value val_def is assigned to the field. It takes the sous_zone_i identifier Sous_Zone (sub_area) type object value, val_i. Sous_Zone (sub_area) type objects must have been previously defined if the operator wishes to use a Champ_Uniforme_Morceaux(partly_uniform_field) type object.
valeur_totale_sur_volume
Inherits from: champ_uniforme_morceaux
Similar as Champ_Uniforme_Morceaux with the same syntax. Used for source terms when we want to specify a source term with a value given for the volume (eg: heat in Watts) and not a value per volume unit (eg: heat in Watts/m3).
Parameters:
- nom_dom (type: string) Name of the domain to which the sub-areas belong.
- nb_comp (type: int) Number of field components.
- data (type: bloc_lecture) { Defaut val_def sous_zone_1 val_1 ... sous_zone_i val_i } By default, the value val_def is assigned to the field. It takes the sous_zone_i identifier Sous_Zone (sub_area) type object value, val_i. Sous_Zone (sub_area) type objects must have been previously defined if the operator wishes to use a Champ_Uniforme_Morceaux(partly_uniform_field) type object.