#include "base/cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <float.h>
#include "bft/bft_mem.h"
#include "alge/cs_gradient.h"
#include "atmo/cs_atmo.h"
#include "atmo/cs_atmo_profile_std.h"
#include "atmo/cs_intprf.h"
#include "base/cs_array.h"
#include "base/cs_boundary_conditions.h"
#include "base/cs_field.h"
#include "base/cs_field_default.h"
#include "base/cs_field_pointer.h"
#include "base/cs_measures_util.h"
#include "base/cs_parall.h"
#include "base/cs_physical_constants.h"
#include "base/cs_thermal_model.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "pprt/cs_physical_model.h"
#include "rayt/cs_rad_transfer.h"
#include "turb/cs_turbulence_model.h"
#include "atmo/cs_atmo_source_terms.h"
Functions | |
void | cs_atmo_source_term (int f_id, cs_real_t exp_st[], cs_real_t imp_st[]) |
Phase change source terms - Exchange terms between the injected liquid and the water vapor phase in the bulk, humid air. | |
void | cs_atmo_scalar_source_term (int f_id, cs_real_t st_exp[]) |
Additional right-hand side source terms for scalar equations taking into account dry and humid atmospheric variables. If 1D atmospheric radiative is used additional source terms for the thermal scalar equation to take into account the radiative forcing. | |
void | cs_atmo_source_term_for_inlet (cs_real_3_t exp_st[]) |
Additional right-hand side source terms for momentum equation in case of free inlet. |
compute source terms
void cs_atmo_scalar_source_term | ( | int | f_id, |
cs_real_t | st_exp[] ) |
Additional right-hand side source terms for scalar equations taking into account dry and humid atmospheric variables. If 1D atmospheric radiative is used additional source terms for the thermal scalar equation to take into account the radiative forcing.
Additional right-hand side source terms for scalar equations taking into account dry and humid atmospheric variables. If 1D atmospheric radiative module is used additional source terms for the thermal scalar equation to take into account the radiative forcing.
[in] | f_id | field id |
[in,out] | st_exp | Explicit source term |
Phase change source terms - Exchange terms between the injected liquid and the water vapor phase in the bulk, humid air.
[in] | f_id | field id |
[in,out] | exp_st | Explicit source term |
[in,out] | imp_st | Implicit source term |
void cs_atmo_source_term_for_inlet | ( | cs_real_3_t | exp_st[] | ) |
Additional right-hand side source terms for momentum equation in case of free inlet.
[in,out] | exp_st | Explicit source term |