#include "cs_defs.h"
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "bft_error.h"
#include "cs_atmo.h"
#include "cs_atmo_aerosol.h"
#include "cs_atmo_profile_std.h"
#include "cs_air_props.h"
#include "cs_field_default.h"
#include "cs_field_pointer.h"
#include "cs_field_operator.h"
#include "cs_intprf.h"
#include "cs_physical_constants.h"
#include "cs_physical_model.h"
#include "cs_physical_properties.h"
#include "cs_post.h"
#include "cs_prototypes.h"
#include "cs_thermal_model.h"
#include "cs_turbulence_model.h"
#include "cs_velocity_pressure.h"
#include "cs_atmo_variables.h"
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... | |
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_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.