TRUST 1.9.8
HPC thermohydraulic platform
Loading...
Searching...
No Matches
trustutils.jupyter.filelist

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).

FileAccumulator

Static accumulator listing all external files used by the PRM. This is then used to generate the archive of the validation form.

Append

Append(cls, file)

No documentation.


AppendFromInstructionVisit

AppendFromInstructionVisit(cls, param, time=...)

Try to recognise some of the common fields in a set of Visit instructions


AppendFromPlaneProbe

AppendFromPlaneProbe(cls, param)

Handle 'plane' keyword in Curve. This is very much like a LATA reading. Plane probes in TRUST are really a hack around LATA stuff ...


AppendFromProbe

AppendFromProbe(cls, param)

Handle 'segment', 'points' (but not 'plane'!!) keywords in Curve


AppendTestCase

AppendTestCase(cls, case, dir)

Append all the (small) files created for every case run.


AppendVisuComplex

AppendVisuComplex(cls, file, dom, var, loc, time=...)

Handle all other visu types in a 'visu { ... }' block (pseudocolor, etc ...) Last postprocessing time of the LATA database for the given field is added:

Parameters
fileLATA file name
domdomain name
varvariable name to process (PRESSURE, etc ...)
locone of the valid LATA discretisation: SOM, ELEM
cyclesstring containing a list of integers describing times to take (defaut to empty means last time)

AppendVisuMesh

AppendVisuMesh(cls, file, dom_name)

Handle 'mesh' option of 'visu { ... }' block


GetList

GetList(cls)

No documentation.


ParseDirectName

ParseDirectName(cls, name)

From PRESSION_PA_ELEM_dom2_global_dual return ('PRESSION_PA', 'ELEM', 'dom2_global') And from ERROR_ELEM_ELEM_DOM returns ('ERROR_ELEM', 'ELEM', 'DOM')


WriteToFile

WriteToFile(cls, filename, mode=...)

No documentation.