Applies contact heat flux between specified faMesh
and fvMesh
within a specified region for compressible flows.
More...
Public Member Functions | |
TypeName ("contactHeatFluxSource") | |
contactHeatFluxSource (const word &sourceName, const word &modelType, const dictionary &dict, const fvPatch &patch) | |
contactHeatFluxSource (const contactHeatFluxSource &)=delete | |
void | operator= (const contactHeatFluxSource &)=delete |
virtual | ~contactHeatFluxSource ()=default |
virtual void | autoMap (const fvPatchFieldMapper &mapper) |
virtual void | rmap (const fvPatchField< scalar > &fld, const labelList &map) |
virtual void | addSup (const areaScalarField &h, const areaScalarField &rho, faMatrix< scalar > &eqn, const label fieldi) |
virtual bool | read (const dictionary &dict) |
![]() | |
TypeName ("faceSetOption") | |
faceSetOption (const word &name, const word &modelType, const dictionary &dict, const fvPatch &patch) | |
virtual | ~faceSetOption ()=default |
scalar | timeStart () const noexcept |
scalar | duration () const noexcept |
bool | inTimeLimits (const scalar timeValue) const |
selectionModeType | selectionMode () const noexcept |
bool | useSubMesh () const noexcept |
const word & | faceSetName () const noexcept |
scalar | A () const noexcept |
const labelList & | faces () const noexcept |
scalar | timeStart (scalar val) noexcept |
scalar | duration (scalar val) noexcept |
virtual bool | isActive () |
![]() | |
TypeName ("option") | |
declareRunTimeSelectionTable (autoPtr, option, dictionary,(const word &name, const word &modelType, const dictionary &dict, const fvPatch &patch),(name, modelType, dict, patch)) | |
option (const word &name, const word &modelType, const dictionary &dict, const fvPatch &patch) | |
autoPtr< option > | clone () const |
virtual | ~option ()=default |
const word & | name () const noexcept |
const fvMesh & | mesh () const noexcept |
const fvPatch & | patch () const noexcept |
const dictionary & | coeffs () const noexcept |
bool | active () const noexcept |
void | setApplied (const label fieldi) |
const word & | regionName () const noexcept |
const faMesh & | regionMesh () const |
const volSurfaceMapping & | vsm () const |
bool | active (const bool on) noexcept |
virtual label | applyToField (const word &fieldName) const |
virtual void | checkApplied () const |
virtual void | addSup (const areaScalarField &h, faMatrix< scalar > &eqn, const label fieldi) |
virtual void | addSup (const areaScalarField &h, faMatrix< vector > &eqn, const label fieldi) |
virtual void | addSup (const areaScalarField &h, faMatrix< symmTensor > &eqn, const label fieldi) |
virtual void | addSup (const areaScalarField &h, faMatrix< sphericalTensor > &eqn, const label fieldi) |
virtual void | addSup (const areaScalarField &h, faMatrix< tensor > &eqn, const label fieldi) |
virtual void | addSup (const areaScalarField &h, const areaScalarField &rho, faMatrix< vector > &eqn, const label fieldi) |
virtual void | addSup (const areaScalarField &h, const areaScalarField &rho, faMatrix< symmTensor > &eqn, const label fieldi) |
virtual void | addSup (const areaScalarField &h, const areaScalarField &rho, faMatrix< sphericalTensor > &eqn, const label fieldi) |
virtual void | addSup (const areaScalarField &h, const areaScalarField &rho, faMatrix< tensor > &eqn, const label fieldi) |
virtual void | constrain (faMatrix< scalar > &eqn, const label fieldi) |
virtual void | constrain (faMatrix< vector > &eqn, const label fieldi) |
virtual void | constrain (faMatrix< sphericalTensor > &eqn, const label fieldi) |
virtual void | constrain (faMatrix< symmTensor > &eqn, const label fieldi) |
virtual void | constrain (faMatrix< tensor > &eqn, const label fieldi) |
virtual void | correct (areaScalarField &field) |
virtual void | correct (areaVectorField &field) |
virtual void | correct (areaSphericalTensorField &field) |
virtual void | correct (areaSymmTensorField &field) |
virtual void | correct (areaTensorField &field) |
virtual void | writeHeader (Ostream &) const |
virtual void | writeFooter (Ostream &) const |
virtual void | writeData (Ostream &) const |
![]() | |
temperatureCoupledBase (const fvPatch &patch, const word &calculationMethod, const word &kappaName, const word &alphaAniName, const word &alphaName) | |
temperatureCoupledBase (const fvPatch &patch, const dictionary &dict) | |
temperatureCoupledBase (const fvPatch &patch, const temperatureCoupledBase &base) | |
temperatureCoupledBase (const temperatureCoupledBase &) | |
virtual | ~temperatureCoupledBase ()=default |
word | KMethod () const |
const word & | kappaName () const |
const word & | alphaName () const |
virtual tmp< scalarField > | kappa (const scalarField &Tp) const |
virtual tmp< scalarField > | alpha (const scalarField &Tp) const |
void | write (Ostream &os) const |
Applies contact heat flux between specified faMesh
and fvMesh
within a specified region for compressible flows.
constant/faOptions
: contactHeatFluxSource1 { // Mandatory entries (unmodifiable) type contactHeatFluxSource; Tprimary <TprimaryFieldName>; // Optional entries (runtime modifiable) T <Tname>; thicknessLayers (<layer1> <layer2> ... <layerN>); // Conditional optional entries (runtime modifiable) // when the entry "thicknessLayers" is present kappaLayers (<layer1> <layer2> ... <layerN>); // Mandatory/Optional (inherited) entries ... }
where the entries mean:
Property | Description | Type | Reqd | Dflt |
---|---|---|---|---|
type | Type name: contactHeatFluxSource | word | yes | - |
Tprimary | Name of primary temperature field | word | yes | - |
T | Name of operand temperature field | word | no | T |
thicknessLayers | List of thicknesses of layers | scalarList | no | - |
kappaLayers | List of conductivities of layers | scalarList | cndtnl | - |
The inherited entries are elaborated in:
Definition at line 130 of file contactHeatFluxSource.H.
contactHeatFluxSource | ( | const word & | sourceName, |
const word & | modelType, | ||
const dictionary & | dict, | ||
const fvPatch & | patch | ||
) |
Definition at line 43 of file contactHeatFluxSource.C.
References dict, and Foam::blockMeshTools::read().
|
delete |
|
virtualdefault |
TypeName | ( | "contactHeatFluxSource" | ) |
|
delete |
|
inlinevirtual |
Implements temperatureCoupledBase.
Definition at line 202 of file contactHeatFluxSource.H.
References temperatureCoupledBase::autoMap().
|
inlinevirtual |
Implements temperatureCoupledBase.
Definition at line 211 of file contactHeatFluxSource.H.
References fld, and temperatureCoupledBase::rmap().
|
virtual |
Reimplemented from option.
Definition at line 140 of file contactHeatFluxSource.C.
References DebugInfo, Foam::endl(), mesh, Foam::name(), faMatrix::psi(), Foam::fam::Sp(), timeIndex, and vsm().
|
virtual |
Reimplemented from faceSetOption.
Definition at line 169 of file contactHeatFluxSource.C.
References dict, forAll, and option::read().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.