#include "base/cs_defs.h"#include <assert.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "bft/bft_error.h"#include "atmo/cs_atmo.h"#include "atmo/cs_atmo_aerosol.h"#include "atmo/cs_at_data_assim.h"#include "atmo/cs_atmo_profile_std.h"#include "atmo/cs_air_props.h"#include "base/cs_field_default.h"#include "base/cs_field_pointer.h"#include "base/cs_field_operator.h"#include "atmo/cs_intprf.h"#include "base/cs_physical_constants.h"#include "pprt/cs_physical_model.h"#include "base/cs_physical_properties.h"#include "base/cs_post.h"#include "base/cs_prototypes.h"#include "base/cs_thermal_model.h"#include "turb/cs_turbulence_model.h"#include "base/cs_velocity_pressure.h"#include "atmo/cs_atmo_variables.h"
Include dependency graph for cs_atmo_variables.cpp:Functions | |
| void | cs_atmo_add_variable_fields (void) |
| void | cs_atmo_add_property_fields (void) |
| Add if needed the variables fields. More... | |
| 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. More... | |
| void | cs_atmo_init_variables_1 (void) |
| Initialisation of variable options for the atmospheric module before what is done in cs_user_parameters functions. More... | |
| void | cs_atmo_init_variables_2 (void) |
| Initialisation of variable options for the atmospheric module after what is done in cs_user_parameters functions. More... | |
Add atmospheric model fields.
| void cs_atmo_add_property_fields | ( | void | ) |
Add if needed the variables fields.
| void cs_atmo_add_variable_fields | ( | void | ) |
Add atmospheric variables fields
| 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.
| 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.