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 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< scalarField > | q (const label patchi) const |
| Return the patch 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< scalarField > | j (const volScalarField &Yi, const label patchi) const |
| Return the specie flux. More... | |
| virtual tmp< fvScalarMatrix > | divj (volScalarField &Yi) const |
| Return the source term for the given specie mass-fraction equation. More... | |
| virtual void | predict () |
| 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 conductivity. More... | |
| virtual tmp< scalarField > | kappaEff (const label patchi) const |
| Effective thermal turbulent conductivity. More... | |
| virtual tmp< scalarField > | alphaEff (const label patchi) const |
| Effective thermal turbulent diffusivity. More... | |
| virtual void | correct () |
| Solve the thermophysical transport model equations. 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 > | |
| const dictionary & | coeffDict () const |
| Const access to the coefficients dictionary. More... | |
| tmp< volScalarField > | alphaEff () const |
| Effective thermal turbulent diffusivity of mixture [kg/m/s]. 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 41 of file unityLewisFourier.C.
| 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 57 of file unityLewisFourier.C.
|
inlinevirtual |
Destructor.
Definition at line 96 of file unityLewisFourier.H.
| TypeName | ( | "unityLewisFourier< BasicThermophysicalTransportModel >" | ) |
Runtime type information.
|
virtual |
Read thermophysicalTransport dictionary.
Reimplemented from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Definition at line 76 of file unityLewisFourier.C.
|
inlinevirtual |
Effective mass diffusion coefficient.
for a given specie mass-fraction [kg/m/s]
Implements laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Definition at line 107 of file unityLewisFourier.H.
|
inlinevirtual |
Effective mass diffusion coefficient.
for a given specie mass-fraction for patch [kg/m/s]
Implements laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Definition at line 118 of file unityLewisFourier.H.
|
virtual |
Return the heat flux [W/m^2].
Definition at line 84 of file unityLewisFourier.C.
References alpha(), Foam::constant::atomic::group, IOobject::groupName(), he(), Foam::fvc::interpolate(), Foam::constant::electromagnetic::kappa, GeometricField< Type, GeoMesh, PrimitiveField >::New(), Foam::fvc::snGrad(), and thermo.

|
virtual |
Return the patch heat flux [W/m^2].
Definition at line 103 of file unityLewisFourier.C.
References alpha(), patchi, and thermo.

|
virtual |
Return the source term for the energy equation.
Definition at line 121 of file unityLewisFourier.C.
References alpha(), he(), Foam::constant::electromagnetic::kappa, Foam::fvm::laplacian(), GeometricField< Type, GeoMesh, PrimitiveField >::New(), and thermo.

|
virtual |
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
Definition at line 138 of file unityLewisFourier.C.
References IOobject::groupName(), Foam::fvc::interpolate(), IOobject::name(), GeometricField< Type, GeoMesh, PrimitiveField >::New(), and Foam::fvc::snGrad().

|
virtual |
Return the specie flux.
for the given specie mass-fraction for patch [kg/m^2/s]
Definition at line 157 of file unityLewisFourier.C.
References alpha(), GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), and patchi.

|
virtual |
Return the source term for the given specie mass-fraction equation.
Definition at line 174 of file unityLewisFourier.C.
References alpha(), and Foam::fvm::laplacian().

|
virtual |
Correct the unityLewisFourier viscosity.
Reimplemented from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.
Definition at line 182 of file unityLewisFourier.C.