#include "cs_defs.h"#include <assert.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <stdarg.h>#include <string.h>#include <math.h>#include <float.h>#include "bft_mem.h"#include "cs_atmo.h"#include "cs_air_props.h"#include "cs_base.h"#include "cs_field.h"#include "cs_field_operator.h"#include "cs_field_pointer.h"#include "cs_math.h"#include "cs_mesh.h"#include "cs_mesh_quantities.h"#include "cs_physical_constants.h"#include "cs_physical_model.h"#include "cs_thermal_model.h"#include "cs_time_step.h"#include "cs_turbulence_model.h"#include "cs_velocity_pressure.h"#include "cs_atmo_profile_std.h"#include "cs_intprf.h"#include "cs_atprke.h" Include dependency graph for cs_atprke.c:
 Include dependency graph for cs_atprke.c:| Functions | |
| void | cs_atmo_buoyancy_ke_prod (cs_real_t tinstk[], cs_real_t smbrk[], cs_real_t smbre[]) | 
| Modify the  turbulence model formulation for the atmospheric module.  More... | |
Modify the  turbulence model formulation for the atmospheric module.
 turbulence model formulation for the atmospheric module. 
Modify the  turbulence model formulation for the atmospheric module.
 turbulence model formulation for the atmospheric module. 
Adjunction of a production term for buyancy in the  model in the context of the atmospheric module g = g*grad(theta)/prdtur/theta
 model in the context of the atmospheric module g = g*grad(theta)/prdtur/theta
| [in,out] | tinstk | Implicit part of the buoyancy term (for k) | 
| [in,out] | smbrk | Explicit part of the buoyancy term (for k) | 
| [in,out] | smbre | Explicit part of the buoyancy term (for eps) |