Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Module 'arcane-post-traitement'

Options concerning the outputs for data extraction.
Outputs can be performed based on the number of iterations (options output-period) or based on physical time (option output-frequency). For example:

<periode-sortie>5</periode-sortie>

Liste des options

Documentation des options

compression-sortie-historique (bool=false)

Prevents saving all abscissa points between the periods of the output-history-period option. This helps reduce memory consumption, especially when the code performs a large number of iterations.
Simple

<compression-sortie-historique>value</compression-sortie-historique>

depouillement

List of variables and groups to extract.
Complex

depouillement/groupe [0... undefined] (Arcane::ItemGroup)

Group of mesh entities on which you wish to export variables. It is possible to include multiple options of this type to export variables on several groups. If this option is not specified, the variables are output for the entire mesh.
Extended

<groupe>value</groupe>

depouillement/variable [0... undefined] (ustring)

Name of a variable to export. It is possible to include multiple options of this type to export several variables. If no variable is specified, no output is performed.
Simple

<variable>value</variable>

format-service (Arcane::IPostProcessorWriter=Ensight7PostProcessor)

Specifies the type of library to use for data extraction outputs.
Valeurs possibles pour le tag name :
Ensight7PostProcessor
Liste des options du service Ensight7PostProcessor :

VtkHdfV2PostProcessor
Liste des options du service VtkHdfV2PostProcessor :

VtkHdfPostProcessor
Liste des options du service VtkHdfPostProcessor :

Service Instance

<format-service name='value'>service configuration block</format-service>

frequence-sortie (real=0.0)

Physical time between two outputs. If this value is zero, no output is performed. If this option is present with the output-period option, the latter is not taken into account.
Simple

<frequence-sortie>value</frequence-sortie>

periode-sortie (integer=0)

Number of iterations between two outputs. If this value is zero, no output is performed during the iterations.
Simple

<periode-sortie>value</periode-sortie>

periode-sortie-historique (integer=1)

Number of iterations between two outputs for histories. If this value is zero, outputs for histories are disabled.
Simple

<periode-sortie-historique>value</periode-sortie-historique>

sauvegarde-initiale (bool=false)

If true, performs an output at the end of initialization.
Simple

<sauvegarde-initiale>value</sauvegarde-initiale>

sauvegarde-temps-final (bool=true)

If true, performs an output at the end of execution when the final time is reached.
Simple

<sauvegarde-temps-final>value</sauvegarde-temps-final>

sortie-fin-execution (bool=false)

If true, performs a data extraction output at the end of execution. The end of execution is not necessarily identical to the final time if protections/resumptions are used or if a maximum number of iterations is specified during execution.
Simple

<sortie-fin-execution>value</sortie-fin-execution>