Namespaces | |
namespace | 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 boiling wall. More... | |
class | alphatWallFunctionFvPatchScalarField |
This boundary condition provides a turbulent thermal diffusivity condition 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 | thermalShellFvPatchScalarField |
This boundary condition provides a coupled temperature condition between a primary region (3D mesh) and a thermal shell model (2D mesh). 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... | |
class | turbulentTemperatureTwoPhaseRadCoupledMixedFvPatchScalarField |
Mixed boundary condition for temperature and radiation heat transfer to be used for in multiregion cases with two phase Euler system. 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 46 of file thermalBaffle1DFvPatchScalarFields.H.
typedef thermalBaffle1DFvPatchScalarField< hPowerSolidThermoPhysics > expoSolid_thermalBaffle1DFvPatchScalarField |
Definition at line 51 of file thermalBaffle1DFvPatchScalarFields.H.
Definition at line 63 of file turbulentFluidThermoModel.H.
typedef laminarModel<turbulenceModel> laminarModel |
Definition at line 65 of file turbulentFluidThermoModel.H.
typedef RASModel<EddyDiffusivity<turbulenceModel> > RASModel |
Definition at line 66 of file turbulentFluidThermoModel.H.
Typedefs for turbulence, RAS and LES models for compressible flow based on the standard laminar transport package.
Definition at line 67 of file turbulentFluidThermoModel.H.
makePatchTypeField | ( | fvPatchScalarField | , |
alphatFixedDmdtWallBoilingWallFunctionFvPatchScalarField | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
alphatPhaseChangeJayatillekeWallFunctionFvPatchScalarField | |||
) |
defineTypeNameAndDebug | ( | alphatPhaseChangeWallFunctionFvPatchScalarField | , |
0 | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
alphatWallBoilingWallFunctionFvPatchScalarField | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
thermalShellFvPatchScalarField | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
thermalBaffleFvPatchScalarField | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
convectiveHeatTransferFvPatchScalarField | |||
) |
addToPatchFieldRunTimeSelection | ( | fvPatchScalarField | , |
constSolid_thermalBaffle1DFvPatchScalarField | |||
) |
addToPatchFieldRunTimeSelection | ( | fvPatchScalarField | , |
expoSolid_thermalBaffle1DFvPatchScalarField | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
turbulentTemperatureRadCoupledMixedFvPatchScalarField | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
alphatJayatillekeWallFunctionFvPatchScalarField | |||
) |
makePatchTypeField | ( | fvPatchScalarField | , |
alphatWallFunctionFvPatchScalarField | |||
) |
autoPtr< BasicCompressibleTurbulenceModel > New | ( | const volScalarField & | rho, |
const volVectorField & | U, | ||
const surfaceScalarField & | phi, | ||
const typename BasicCompressibleTurbulenceModel::transportModel & | transport, | ||
const word & | propertiesName | ||
) |
Definition at line 37 of file turbulentFluidThermoModel.C.