reactingEulerFoam: Updated handling of thermal diffusivity to support Prandtl number and thermal wall-functions
This commit is contained in:
@ -63,6 +63,7 @@ Foam::ThermalDiffusivity<BasicTurbulenceModel>::New
|
||||
const alphaField& alpha,
|
||||
const volScalarField& rho,
|
||||
const volVectorField& U,
|
||||
const surfaceScalarField& alphaRhoPhi,
|
||||
const surfaceScalarField& phi,
|
||||
const transportModel& transport,
|
||||
const word& propertiesName
|
||||
@ -76,6 +77,7 @@ Foam::ThermalDiffusivity<BasicTurbulenceModel>::New
|
||||
alpha,
|
||||
rho,
|
||||
U,
|
||||
alphaRhoPhi,
|
||||
phi,
|
||||
transport,
|
||||
propertiesName
|
||||
|
||||
@ -82,6 +82,7 @@ public:
|
||||
const alphaField& alpha,
|
||||
const volScalarField& rho,
|
||||
const volVectorField& U,
|
||||
const surfaceScalarField& alphaRhoPhi,
|
||||
const surfaceScalarField& phi,
|
||||
const transportModel& trasportModel,
|
||||
const word& propertiesName = turbulenceModel::propertiesName
|
||||
|
||||
@ -23,6 +23,8 @@ License
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#include "EddyDiffusivity.H"
|
||||
|
||||
#define makeBaseTurbulenceModel( \
|
||||
Alpha, Rho, baseModel, BaseModel, TDModel, Transport) \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user