#include "base/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/bft_mem.h"
#include "atmo/cs_atmo.h"
#include "atmo/cs_air_props.h"
#include "base/cs_base.h"
#include "base/cs_field.h"
#include "base/cs_field_operator.h"
#include "base/cs_field_pointer.h"
#include "base/cs_math.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_physical_constants.h"
#include "pprt/cs_physical_model.h"
#include "base/cs_thermal_model.h"
#include "base/cs_time_step.h"
#include "turb/cs_turbulence_model.h"
#include "base/cs_velocity_pressure.h"
#include "atmo/cs_atmo_profile_std.h"
#include "atmo/cs_intprf.h"
#include "atmo/cs_atprke.h"
Functions | |
void | cs_atmo_buoyancy_ke_prod (cs_real_t tinstk[], cs_real_t smbrk[], cs_real_t smbre[]) |
Modify the ![]() |
Modify the
Modify the
Adjunction of a production term for buoyancy in the
[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) |