7.1
general documentation
cs_atprke.c File Reference
#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:

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. More...
 

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 buyancy 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)