My Project
programmer's documentation
|
Modify the 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 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... | |
Modify the turbulence model formulation (cf.: turbke) for the atmospheric module.
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 model in the context of the atmospheric module
G = G*GRAD(THETA)/PRDTUR/THETA.
[in] | nscal | total number of scalars |
[in] | tinstk | Implicit part of the buoyancy term (for k) |
[in] | smbrk | Explicit part of the buoyancy term (for k) |
[in] | smbre | Explicit part of the buoyancy term (for eps) |
subroutine atprke::dry_atmosphere | ( | ) |
Internal function - Computes the production term in case of dry atmosphere ie. when ippmod(iatmos) eq 1.
subroutine atprke::humid_atmosphere | ( | ) |
Internal function - Computes the production term in case of humid atmosphere ie. when ippmod(iatmos) eq 2.