

Public Types | |
| typedef BasicThermophysicalTransportModel::alphaField | alphaField |
| typedef BasicThermophysicalTransportModel::momentumTransportModel | momentumTransportModel |
| typedef BasicThermophysicalTransportModel::thermoModel | thermoModel |
Public Member Functions | |
| Fickian (const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo) | |
| Construct from a momentum transport model and a thermo model. More... | |
| virtual | ~Fickian () |
| 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< 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 () |
| Update the diffusion coefficients. More... | |
| typedef BasicThermophysicalTransportModel::alphaField alphaField |
| typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel |
| typedef BasicThermophysicalTransportModel::thermoModel thermoModel |
| Fickian | ( | const word & | type, |
| const momentumTransportModel & | momentumTransport, | ||
| const thermoModel & | thermo | ||
| ) |
|
virtual |
Read thermophysicalTransport dictionary.
Reimplemented in FickianFourier< laminarThermophysicalTransportModel >.
Definition at line 76 of file Fickian.C.
Referenced by Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::~Fickian().

|
virtual |
Effective mass diffusion coefficient.
for a given specie mass-fraction [kg/m/s]
Definition at line 187 of file Fickian.C.
Referenced by Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::DEff(), Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::read(), and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::~Fickian().

|
virtual |
|
virtual |
Return the heat flux [W/m^2].
Definition at line 218 of file Fickian.C.
Referenced by Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::~Fickian().

|
virtual |
Return the source term for the energy equation.
Definition at line 295 of file Fickian.C.
Referenced by Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::q(), and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::~Fickian().

|
virtual |
Return the specie flux for the given specie mass-fraction [kg/m^2/s].
Definition at line 369 of file Fickian.C.
Referenced by Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::divq(), and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::~Fickian().

|
virtual |
Return the source term for the given specie mass-fraction equation.
Definition at line 402 of file Fickian.C.
Referenced by Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::j(), and Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::~Fickian().

|
virtual |
Update the diffusion coefficients.
Definition at line 438 of file Fickian.C.
Referenced by Fickian< unityLewisFourier< laminarThermophysicalTransportModel > >::~Fickian().
