Graphite solid properties. More...
Public Member Functions | |
TypeName ("C") | |
Runtime type information. More... | |
C () | |
Construct null. More... | |
C (const solidProperties &s) | |
Construct from solidProperties. More... | |
C (Istream &is) | |
Construct from Istream. More... | |
C (const dictionary &dict) | |
Construct from dictionary. More... | |
C (const C &s) | |
Construct copy. More... | |
virtual autoPtr< solidProperties > | clone () const |
Construct and return clone. More... | |
void | writeData (Ostream &os) const |
Write the function coefficients. More... | |
![]() | |
TypeName ("solidProperties") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, solidProperties,,(),()) | |
declareRunTimeSelectionTable (autoPtr, solidProperties, Istream,(Istream &is),(is)) | |
declareRunTimeSelectionTable (autoPtr, solidProperties, dictionary,(const dictionary &dict),(dict)) | |
solidProperties (scalar rho, scalar Cp, scalar K, scalar Hf, scalar emissivity) | |
Construct from components. More... | |
solidProperties (Istream &is) | |
Construct from Istream. More... | |
solidProperties (const dictionary &dict) | |
Construct from dictionary. More... | |
solidProperties (const solidProperties &s) | |
Construct copy. More... | |
virtual | ~solidProperties () |
Destructor. More... | |
scalar | rho () const |
Density [kg/m3]. More... | |
scalar | Cp () const |
Specific heat capacity [J/(kg.K)]. More... | |
scalar | K () const |
Thermal conductivity [W/(m.K)]. More... | |
scalar | Hf () const |
Heat of formation [J/kg]. More... | |
scalar | Hs (const scalar T) const |
Sensible enthalpy - reference to Tstd [J/kg]. More... | |
scalar | emissivity () const |
Emissivity []. More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const C &s) |
Ostream Operator. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< solidProperties > | New (Istream &is) |
Return a pointer to a new solidProperties created from input. More... | |
static autoPtr< solidProperties > | New (const dictionary &dict) |
Return a pointer to a new solidProperties created from dictionary. More... | |
C | ( | ) |
Construct null.
Definition at line 41 of file C.C.
References Foam::endl(), and WarningInFunction.
Referenced by targetCoeffTrim::calcCoeffs(), skewCorrectionVectors::calcSkewCorrectionVectors(), C::clone(), rotorDiskSource::constructGeometry(), rotorDiskSource::createCoordinateSystem(), MRFZone::makeAbsolute(), surfaceInterpolation::makeDeltaCoeffs(), immersedBoundaryFvPatch::makeIbPointsAndNormals(), immersedBoundaryFvPatch::makeInvNeumannMatrices(), surfaceInterpolation::makeNonOrthCorrectionVectors(), surfaceInterpolation::makeNonOrthDeltaCoeffs(), MRFZone::makeRelative(), and surfaceAlignedSBRStressFvMotionSolver::solve().
C | ( | const solidProperties & | s | ) |
Construct from solidProperties.
C | ( | const dictionary & | dict | ) |
TypeName | ( | "C" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return clone.
Reimplemented from solidProperties.
Definition at line 85 of file C.H.
References C::C().
|
virtual |
Write the function coefficients.
Reimplemented from solidProperties.
Definition at line 80 of file C.C.
References solidProperties::writeData().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.