My Project
programmer's documentation
Functions/Subroutines
atprke.f90 File Reference

Modify the $k-\varepsilon$ turbulence model formulation (cf.: turbke) for the atmospheric module. More...

Functions/Subroutines

subroutine atprke (nscal, tinstk, smbrk, smbre)
 Adjonction of a production term for buyancy in the $k-\varepsilon$ model in the context of the atmospheric module
G = G*GRAD(THETA)/PRDTUR/THETA. More...
 
subroutine dry_atmosphere ()
 Internal function - Computes the production term in case of dry atmosphere ie. when ippmod(iatmos) eq 1. More...
 
subroutine humid_atmosphere ()
 Internal function - Computes the production term in case of humid atmosphere ie. when ippmod(iatmos) eq 2. More...
 

Detailed Description

Modify the $k-\varepsilon$ turbulence model formulation (cf.: turbke) for the atmospheric module.

Function/Subroutine Documentation

◆ atprke()

subroutine atprke ( integer  nscal,
double precision, dimension(ncelet)  tinstk,
double precision, dimension(ncelet)  smbrk,
double precision, dimension(ncelet)  smbre 
)

Adjonction 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]nscaltotal number of scalars
[in]tinstkImplicit part of the buoyancy term (for k)
[in]smbrkExplicit part of the buoyancy term (for k)
[in]smbreExplicit part of the buoyancy term (for eps)

◆ dry_atmosphere()

subroutine atprke::dry_atmosphere ( )

Internal function - Computes the production term in case of dry atmosphere ie. when ippmod(iatmos) eq 1.

◆ humid_atmosphere()

subroutine atprke::humid_atmosphere ( )

Internal function - Computes the production term in case of humid atmosphere ie. when ippmod(iatmos) eq 2.