Namespaces | |
RASModels | |
Classes | |
class | alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField |
A simple alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField with a fixed volumetric phase-change mass flux. More... | |
class | alphatJayatillekeWallFunctionFvPatchScalarField |
This boundary condition provides a thermal wall function for turbulent thermal diffusivity (usuallyalphat ) based on the Jayatilleke model. More... | |
class | alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField |
This boundary condition provides a thermal wall function for turbulent thermal diffusivity (usuallyalphat ) based on the Jayatilleke model for the Eulerian multiphase solvers. More... | |
class | alphatPhaseChangeWallFunctionFvPatchScalarField |
Abstract base-class for all alphatWallFunctions supporting phase-change. More... | |
class | alphatWallBoilingWallFunctionFvPatchScalarField |
A thermal wall function for simulation of subcooled nucleate wall boiling with runtime selctable submodels for: More... | |
class | alphatWallFunctionFvPatchScalarField |
This boundary condition provides a turbulent thermal diffusivity conditon when using wall functions. More... | |
class | convectiveHeatTransferFvPatchScalarField |
This boundary condition provides a convective heat transfer coefficient condition. More... | |
class | thermalBaffle1DFvPatchScalarField |
This BC solves a steady 1D thermal baffle. More... | |
class | thermalBaffleFvPatchScalarField |
This boundary condition provides a coupled temperature condition between multiple mesh regions. More... | |
class | turbulentTemperatureCoupledBaffleMixedFvPatchScalarField |
Mixed boundary condition for temperature, to be used for heat-transfer on back-to-back baffles. Optional thin thermal layer resistances can be specified through thicknessLayers and kappaLayers entries. More... | |
class | turbulentTemperatureRadCoupledMixedFvPatchScalarField |
Mixed boundary condition for temperature and radiation heat transfer to be used for in multiregion cases. Optional thin thermal layer resistances can be specified through thicknessLayers and kappaLayers entries. More... | |
Typedefs | |
typedef thermalBaffle1DFvPatchScalarField< hConstSolidThermoPhysics > | constSolid_thermalBaffle1DFvPatchScalarField |
typedef thermalBaffle1DFvPatchScalarField< hPowerSolidThermoPhysics > | expoSolid_thermalBaffle1DFvPatchScalarField |
typedef ThermalDiffusivity< CompressibleTurbulenceModel< fluidThermo > > | turbulenceModel |
typedef laminarModel< turbulenceModel > | laminarModel |
typedef RASModel< EddyDiffusivity< turbulenceModel > > | RASModel |
typedef LESModel< EddyDiffusivity< turbulenceModel > > | LESModel |
Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar transport package. More... | |
typedef thermalBaffle1DFvPatchScalarField< hConstSolidThermoPhysics > constSolid_thermalBaffle1DFvPatchScalarField |
Definition at line 44 of file thermalBaffle1DFvPatchScalarFields.H.
typedef thermalBaffle1DFvPatchScalarField< hPowerSolidThermoPhysics > expoSolid_thermalBaffle1DFvPatchScalarField |
Definition at line 49 of file thermalBaffle1DFvPatchScalarFields.H.
Definition at line 61 of file turbulentFluidThermoModel.H.
typedef laminarModel<turbulenceModel> laminarModel |
Definition at line 63 of file turbulentFluidThermoModel.H.
typedef RASModel<EddyDiffusivity<turbulenceModel> > RASModel |
Definition at line 64 of file turbulentFluidThermoModel.H.
Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar transport package.
Definition at line 65 of file turbulentFluidThermoModel.H.
Foam::compressible::makePatchTypeField | ( | fvPatchScalarField | , |
thermalBaffleFvPatchScalarField | |||
) |
Referenced by alphatWallFunctionFvPatchScalarField::write(), convectiveHeatTransferFvPatchScalarField::write(), turbulentTemperatureCoupledBaffleMixedFvPatchScalarField::write(), alphatJayatillekeWallFunctionFvPatchScalarField::write(), turbulentTemperatureRadCoupledMixedFvPatchScalarField::write(), and thermalBaffleFvPatchScalarField::write().
Foam::compressible::makePatchTypeField | ( | fvPatchScalarField | , |
convectiveHeatTransferFvPatchScalarField | |||
) |
Foam::compressible::addToPatchFieldRunTimeSelection | ( | fvPatchScalarField | , |
constSolid_thermalBaffle1DFvPatchScalarField | |||
) |
Foam::compressible::addToPatchFieldRunTimeSelection | ( | fvPatchScalarField | , |
expoSolid_thermalBaffle1DFvPatchScalarField | |||
) |
Foam::compressible::makePatchTypeField | ( | fvPatchScalarField | , |
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField | |||
) |
Foam::compressible::makePatchTypeField | ( | fvPatchScalarField | , |
turbulentTemperatureRadCoupledMixedFvPatchScalarField | |||
) |
Foam::compressible::makePatchTypeField | ( | fvPatchScalarField | , |
alphatJayatillekeWallFunctionFvPatchScalarField | |||
) |
Foam::compressible::makePatchTypeField | ( | fvPatchScalarField | , |
alphatWallFunctionFvPatchScalarField | |||
) |
autoPtr<BasicCompressibleTurbulenceModel> Foam::compressible::New | ( | const volScalarField & | rho, |
const volVectorField & | U, | ||
const surfaceScalarField & | phi, | ||
const typename BasicCompressibleTurbulenceModel::transportModel & | transport, | ||
const word & | propertiesName | ||
) |
Definition at line 36 of file turbulentFluidThermoModel.C.