9.0
general documentation
Loading...
Searching...
No Matches
cs_atprke.cpp File Reference
#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"
Include dependency graph for cs_atprke.cpp:

Functions

void cs_atmo_buoyancy_ke_prod (cs_real_t tinstk[], cs_real_t smbrk[], cs_real_t smbre[])
 Modify the $k-\varepsilon$ turbulence model formulation for the atmospheric module.

Detailed Description

Modify the $k-\varepsilon$ turbulence model formulation for the atmospheric module.

Function Documentation

◆ cs_atmo_buoyancy_ke_prod()

void cs_atmo_buoyancy_ke_prod ( cs_real_t tinstk[],
cs_real_t smbrk[],
cs_real_t smbre[] )

Modify the $k-\varepsilon$ turbulence model formulation for the atmospheric module.

Adjunction of a production term for buoyancy in the $k-\varepsilon$ model in the context of the atmospheric module g = g*grad(theta)/prdtur/theta

Parameters
[in,out]tinstkImplicit part of the buoyancy term (for k)
[in,out]smbrkExplicit part of the buoyancy term (for k)
[in,out]smbreExplicit part of the buoyancy term (for eps)