12 const auto& bpsi =
thermo.T().boundaryField();
16 if (bpsi[patchI].useImplicit())
26 const auto& bpsi =
thermo.T().boundaryField();
30 if (bpsi[patchI].useImplicit())
42 Info<<
"Create fvMatrixAssembly." <<
endl;
60 Info<<
"Create fvMatrixAssembly." << endl;
fvSolution solutionDict(runTime)
PtrList< rhoThermo > thermoFluid(fluidRegions.size())
PtrList< fvMesh > fluidRegions(fluidNames.size())
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
autoPtr< fvMatrix< scalar > > fvMatrixAssemblyPtr
PtrList< solidThermo > thermos(solidRegions.size())
PtrList< fvMesh > solidRegions(solidNames.size())
messageStream Info
Information stream (stdout output on master, null elsewhere).
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define forAll(list, i)
Loop across all elements in list.