|
TRUST 1.9.8
HPC thermohydraulic platform
|
This module is used at various points in genererCourbe.py to save the list of files needed to produce the final report. The final result of this is a list of files stored in build/used_files when running a PRM report. The file 'used_files' is then read by the archive process (see archive_resultat script).
Static accumulator listing all external files used by the PRM. This is then used to generate the archive of the validation form.
No documentation.
Try to recognise some of the common fields in a set of Visit instructions
Handle 'plane' keyword in Curve. This is very much like a LATA reading. Plane probes in TRUST are really a hack around LATA stuff ...
Handle 'segment', 'points' (but not 'plane'!!) keywords in Curve
Append all the (small) files created for every case run.
Handle all other visu types in a 'visu { ... }' block (pseudocolor, etc ...) Last postprocessing time of the LATA database for the given field is added:
| file | LATA file name |
| dom | domain name |
| var | variable name to process (PRESSURE, etc ...) |
| loc | one of the valid LATA discretisation: SOM, ELEM |
| cycles | string containing a list of integers describing times to take (defaut to empty means last time) |
Handle 'mesh' option of 'visu { ... }' block
No documentation.
From PRESSION_PA_ELEM_dom2_global_dual return ('PRESSION_PA', 'ELEM', 'dom2_global') And from ERROR_ELEM_ELEM_DOM returns ('ERROR_ELEM', 'ELEM', 'DOM')
No documentation.