9.0
general documentation
Loading...
Searching...
No Matches
cs_atmo_variables.h File Reference
#include "base/cs_defs.h"
Include dependency graph for cs_atmo_variables.h:

Go to the source code of this file.

Functions

void cs_atmo_add_variable_fields (void)
void cs_atmo_add_property_fields (void)
 Add if needed the variables fields.
void cs_atmo_physical_properties_update (void)
 Update the thermo physical properties fields for the humid air and the liquid
Remarques : This function is called at the beginning of each time step.
void cs_atmo_init_variables_1 (void)
 Initialisation of variable options for the atmospheric module before what is done in cs_user_parameters functions.
void cs_atmo_init_variables_2 (void)
 Initialisation of variable options for the atmospheric module after what is done in cs_user_parameters functions.

Function Documentation

◆ cs_atmo_add_property_fields()

void cs_atmo_add_property_fields ( void )

Add if needed the variables fields.

◆ cs_atmo_add_variable_fields()

void cs_atmo_add_variable_fields ( void )

Add atmospheric variables fields

◆ cs_atmo_init_variables_1()

void cs_atmo_init_variables_1 ( void )

Initialisation of variable options for the atmospheric module before what is done in cs_user_parameters functions.

◆ cs_atmo_init_variables_2()

void cs_atmo_init_variables_2 ( void )

Initialisation of variable options for the atmospheric module after what is done in cs_user_parameters functions.

◆ cs_atmo_physical_properties_update()

void cs_atmo_physical_properties_update ( void )

Update the thermo physical properties fields for the humid air and the liquid
Remarques : This function is called at the beginning of each time step.