unityLewisFourier's energy gradient heat flux model for laminar flow. Specie fluxes are computed assuming a unity turbulent Lewis number. More...
Public Types | |
typedef BasicThermophysicalTransportModel::alphaField | alphaField |
typedef BasicThermophysicalTransportModel::momentumTransportModel | momentumTransportModel |
typedef BasicThermophysicalTransportModel::thermoModel | thermoModel |
Public Types inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel > | |
typedef BasicThermophysicalTransportModel::alphaField | alphaField |
typedef BasicThermophysicalTransportModel::momentumTransportModel | momentumTransportModel |
typedef BasicThermophysicalTransportModel::thermoModel | thermoModel |
Public Member Functions | |
TypeName ("unityLewisFourier") | |
Runtime type information. More... | |
unityLewisFourier (const momentumTransportModel &momentumTransport, const thermoModel &thermo) | |
Construct from a momentum transport model and a thermo model. More... | |
unityLewisFourier (const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo) | |
Construct from a type name, a momentum transport model and a thermo. More... | |
virtual | ~unityLewisFourier () |
Destructor. More... | |
virtual const dictionary & | coeffDict () const |
Const access to the coefficients dictionary. More... | |
virtual bool | read () |
Read thermophysicalTransport dictionary. More... | |
virtual tmp< volScalarField > | DEff (const volScalarField &Yi) const |
Effective mass diffusion coefficient. More... | |
virtual tmp< scalarField > | DEff (const volScalarField &Yi, const label patchi) const |
Effective mass diffusion coefficient. More... | |
virtual tmp< surfaceScalarField > | q () const |
Return the heat flux [W/m^2]. More... | |
virtual tmp< fvScalarMatrix > | divq (volScalarField &he) const |
Return the source term for the energy equation. More... | |
virtual tmp< surfaceScalarField > | j (const volScalarField &Yi) const |
Return the specie flux for the given specie mass-fraction [kg/m^2/s]. More... | |
virtual tmp< fvScalarMatrix > | divj (volScalarField &Yi) const |
Return the source term for the given specie mass-fraction equation. More... | |
virtual void | correct () |
Correct the unityLewisFourier viscosity. More... | |
Public Member Functions inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel > | |
TypeName ("laminar") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, laminarThermophysicalTransportModel, dictionary,(const momentumTransportModel &momentumTransport, const thermoModel &thermo),(momentumTransport, thermo)) | |
laminarThermophysicalTransportModel (const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo) | |
Construct from components. More... | |
laminarThermophysicalTransportModel (const laminarThermophysicalTransportModel &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~laminarThermophysicalTransportModel () |
Destructor. More... | |
virtual tmp< volScalarField > | kappaEff () const |
Effective thermal turbulent diffusivity for temperature. More... | |
virtual tmp< scalarField > | kappaEff (const label patchi) const |
Effective thermal turbulent diffusivity for temperature. More... | |
virtual tmp< volScalarField > | alphaEff () const |
Effective thermal turbulent diffusivity of mixture [kg/m/s]. More... | |
virtual tmp< scalarField > | alphaEff (const label patchi) const |
Effective thermal turbulent diffusivity of mixture. More... | |
void | operator= (const laminarThermophysicalTransportModel &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel > | |
static autoPtr< laminarThermophysicalTransportModel > | New (const momentumTransportModel &momentumTransport, const thermoModel &thermo) |
Return a reference to the selected laminar model. More... | |
Protected Member Functions inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel > | |
virtual void | printCoeffs (const word &type) |
Print model coefficients. More... | |
Protected Attributes inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel > | |
dictionary | laminarDict_ |
laminar coefficients dictionary More... | |
Switch | printCoeffs_ |
Flag to print the model coeffs at run-time. More... | |
dictionary | coeffDict_ |
Model coefficients dictionary. More... | |
unityLewisFourier's energy gradient heat flux model for laminar flow. Specie fluxes are computed assuming a unity turbulent Lewis number.
Definition at line 52 of file unityLewisFourier.H.
typedef BasicThermophysicalTransportModel::alphaField alphaField |
Definition at line 63 of file unityLewisFourier.H.
typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel |
Definition at line 66 of file unityLewisFourier.H.
typedef BasicThermophysicalTransportModel::thermoModel thermoModel |
Definition at line 69 of file unityLewisFourier.H.
unityLewisFourier | ( | const momentumTransportModel & | momentumTransport, |
const thermoModel & | thermo | ||
) |
Construct from a momentum transport model and a thermo model.
Definition at line 42 of file unityLewisFourier.C.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::unityLewisFourier().
unityLewisFourier | ( | const word & | type, |
const momentumTransportModel & | momentumTransport, | ||
const thermoModel & | thermo | ||
) |
Construct from a type name, a momentum transport model and a thermo.
model
Definition at line 58 of file unityLewisFourier.C.
|
inlinevirtual |
Destructor.
Definition at line 96 of file unityLewisFourier.H.
TypeName | ( | "unityLewisFourier< BasicThermophysicalTransportModel >" | ) |
Runtime type information.
|
virtual |
Const access to the coefficients dictionary.
Reimplemented from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Definition at line 77 of file unityLewisFourier.C.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::~unityLewisFourier().
|
virtual |
Read thermophysicalTransport dictionary.
Reimplemented from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Reimplemented in MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, FickianFourier< laminarThermophysicalTransportModel >, MaxwellStefanFourier< laminarThermophysicalTransportModel >, and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >.
Definition at line 84 of file unityLewisFourier.C.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::~unityLewisFourier().
|
inlinevirtual |
Effective mass diffusion coefficient.
for a given specie mass-fraction [kg/m/s]
Implements laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Reimplemented in MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >.
Definition at line 110 of file unityLewisFourier.H.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::~unityLewisFourier().
|
inlinevirtual |
Effective mass diffusion coefficient.
for a given specie mass-fraction for patch [kg/m/s]
Implements laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Reimplemented in MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >.
Definition at line 122 of file unityLewisFourier.H.
|
virtual |
Return the heat flux [W/m^2].
Reimplemented in MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >.
Definition at line 92 of file unityLewisFourier.C.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::DEff().
|
virtual |
Return the source term for the energy equation.
Reimplemented in MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >.
Definition at line 110 of file unityLewisFourier.C.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::DEff(), and unityLewisFourier< laminarThermophysicalTransportModel >::q().
|
virtual |
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
Reimplemented in MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >.
Definition at line 118 of file unityLewisFourier.C.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::DEff(), and unityLewisFourier< laminarThermophysicalTransportModel >::divq().
|
virtual |
Return the source term for the given specie mass-fraction equation.
Reimplemented in MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >.
Definition at line 138 of file unityLewisFourier.C.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::DEff(), and unityLewisFourier< laminarThermophysicalTransportModel >::j().
|
virtual |
Correct the unityLewisFourier viscosity.
Reimplemented from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Reimplemented in MaxwellStefan< unityLewisFourier< laminarThermophysicalTransportModel > >, and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >.
Definition at line 145 of file unityLewisFourier.C.
Referenced by unityLewisFourier< laminarThermophysicalTransportModel >::DEff().