|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
class Sondes_Int More...
#include <Sondes_Int.h>
Public Member Functions | |
| void | ouvrir_fichiers () |
| Opens all files associated with each probe in the list. | |
| void | fermer_fichiers () |
| Closes all files associated with the probes in the list. | |
| void | associer_post (const Postraitement &) |
| Associates a post-processing object with the probe list. | |
| void | postraiter (double) |
| Performs post-processing on each probe in the list. | |
| void | mettre_a_jour (double temps, double tinit) |
| Updates each probe in the list in time. | |
class Sondes_Int
Represents a list of Sonde_Int objects.
Definition at line 28 of file Sondes_Int.h.
| void Sondes_Int::associer_post | ( | const Postraitement & | post | ) |
Associates a post-processing object with the probe list.
Definition at line 87 of file Sondes_Int.cpp.
|
inline |
Closes all files associated with the probes in the list.
Definition at line 53 of file Sondes_Int.h.
| void Sondes_Int::mettre_a_jour | ( | double | temps, |
| double | tinit ) |
Updates each probe in the list in time.
| temps | the update time |
| tinit | the initial time of the probes |
Definition at line 79 of file Sondes_Int.cpp.
|
inline |
Opens all files associated with each probe in the list.
Definition at line 45 of file Sondes_Int.h.
| void Sondes_Int::postraiter | ( | double | temps | ) |
Performs post-processing on each probe in the list.
| temps | the current time |
Definition at line 69 of file Sondes_Int.cpp.