TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
Keywords derived from champ_generique_base

Keywords introduced by TrioCFD that extend the Champ_generique_base family. See Keywords derived from champ_generique_base for the base-class documentation and the canonical keyword list.


champ_post_operateur_eqn

Synonyms: operateur_eqn

Post-process equation operators/sources

Parameters:

  • [numero_source] (type: int) the source to be post-processed (its number). If you have only one source term, numero_source will correspond to 0 if you want to post-process that unique source
  • [numero_op] (type: int) numero_op will be 0 (diffusive operator) or 1 (convective operator) or 2 (gradient operator) or 3 (divergence operator).
  • [numero_masse] (type: int) numero_masse will be 0 for the mass equation operator in Pb_multiphase.
  • [sans_solveur_masse] (type: flag) not_set
  • [compo] (type: int) If you want to post-process only one component of a vector field, you can specify the number of the component after compo keyword. By default, it is set to -1 which means that all the components will be post-processed. This feature is not available in VDF disretization.
  • [source] (type: champ_generique_base) the source field.
  • [sources] (type: list of Champ_generique_base) XXX
  • [nom_source] (type: string) To name a source field with the nom_source keyword
  • [source_reference] (type: string) not_set
  • [sources_reference] (type: list of Nom_anonyme) List of name.

morceau_equation

Synonyms: champ_post_morceau_equation

To calculate a field related to a piece of equation. For the moment, the field which can be calculated is the stability time step of an operator equation. The problem name and the unknown of the equation should be given by Source refChamp { Pb_Champ problem_name unknown_field_of_equation }

Parameters:

  • type (type: string) can only be operateur for equation operators.
  • [numero] (type: int) numero will be 0 (diffusive operator) or 1 (convective operator) or 2 (gradient operator) or 3 (divergence operator).
  • [unite] (type: string) will specify the field unit
  • option (type: string into ['stabilite', 'flux_bords', 'flux_surfacique_bords']) option is stability for time steps or flux_bords for boundary fluxes or flux_surfacique_bords for boundary surfacic fluxes
  • [compo] (type: int) compo will specify the number component of the boundary flux (for boundary fluxes, in this case compo permits to specify the number component of the boundary flux choosen).
  • [source] (type: champ_generique_base) the source field.
  • [sources] (type: list of Champ_generique_base) XXX
  • [nom_source] (type: string) To name a source field with the nom_source keyword
  • [source_reference] (type: string) not_set
  • [sources_reference] (type: list of Nom_anonyme) List of name.