Go to the source code of this file.
Functions | |
IOobject | CIO ("C", runTime.timeName(0), mesh, IOobject::NO_READ, IOobject::NO_WRITE) |
const dictionary & | CDict (thermalProperties.subDict("C")) |
word | CType (CDict.lookup("type")) |
if (CType=="uniform") | |
IOobject | rhoKIO ("k", runTime.timeName(0), mesh, IOobject::NO_READ, IOobject::NO_WRITE) |
const dictionary & | kDict (thermalProperties.subDict("k")) |
word | kType (kDict.lookup("type")) |
if (kType=="uniform") | |
IOobject | alphaIO ("alpha", runTime.timeName(0), mesh, IOobject::NO_READ, IOobject::NO_WRITE) |
const dictionary & | alphaDict (thermalProperties.subDict("alpha")) |
word | alphaType (alphaDict.lookup("type")) |
if (alphaType=="uniform") | |
Variables | |
Info<< "Reading thermal properties\n"<< endl;IOdictionary thermalProperties(IOobject("thermalProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE));Switch thermalStress(thermalProperties.lookup("thermalStress"));volScalarField threeKalpha(IOobject("threeKalpha", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar("0", dimensionSet(0, 2, -2, -1, 0), 0.0));volScalarField DT(IOobject("DT", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE), mesh, dimensionedScalar("0", dimensionSet(0, 2, -1, 0, 0), 0.0));if(thermalStress){ autoPtr< volScalarField > | CPtr |
else | |
volScalarField & | C = CPtr() |
autoPtr< volScalarField > | rhoKPtr |
volScalarField & | rhoK = rhoKPtr() |
autoPtr< volScalarField > | alphaPtr |
volScalarField & | alpha = alphaPtr() |
Fine-structure constant: default SI units: []. More... | |
IOobject CIO | ( | "C" | , |
runTime. | timeName0, | ||
mesh | , | ||
IOobject::NO_READ | , | ||
IOobject::NO_WRITE | |||
) |
const dictionary& CDict | ( | thermalProperties. | subDict"C" | ) |
word CType | ( | CDict. | lookup"type" | ) |
Definition at line 63 of file readThermalProperties.H.
References CDict(), CIO(), CPtr, mesh, and readScalar.
IOobject rhoKIO | ( | "k" | , |
runTime. | timeName0, | ||
mesh | , | ||
IOobject::NO_READ | , | ||
IOobject::NO_WRITE | |||
) |
const dictionary& kDict | ( | thermalProperties. | subDict"k" | ) |
word kType | ( | kDict. | lookup"type" | ) |
Definition at line 119 of file readThermalProperties.H.
References kDict(), mesh, readScalar, rhoKIO(), and rhoKPtr.
IOobject alphaIO | ( | "alpha" | , |
runTime. | timeName0, | ||
mesh | , | ||
IOobject::NO_READ | , | ||
IOobject::NO_WRITE | |||
) |
const dictionary& alphaDict | ( | thermalProperties. | subDict"alpha" | ) |
word alphaType | ( | alphaDict. | lookup"type" | ) |
Definition at line 177 of file readThermalProperties.H.
References alphaDict(), alphaIO(), alphaPtr, Foam::dimTemperature, Foam::inv(), mesh, and readScalar.
Info<< "Reading thermal properties\n" << endl;IOdictionary thermalProperties( IOobject ( "thermalProperties", runTime.constant(), mesh, IOobject::MUST_READ_IF_MODIFIED, IOobject::NO_WRITE ));Switch thermalStress(thermalProperties.lookup("thermalStress"));volScalarField threeKalpha( IOobject ( "threeKalpha", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), mesh, dimensionedScalar("0", dimensionSet(0, 2, -2 , -1, 0), 0.0));volScalarField DT( IOobject ( "DT", runTime.timeName(), mesh, IOobject::NO_READ, IOobject::NO_WRITE ), mesh, dimensionedScalar("0", dimensionSet(0, 2, -1 , 0, 0), 0.0));if (thermalStress){ autoPtr<volScalarField> CPtr |
Definition at line 50 of file readThermalProperties.H.
Referenced by if().
else |
Definition at line 98 of file readThermalProperties.H.
volScalarField& C = CPtr() |
Definition at line 104 of file readThermalProperties.H.
Referenced by viewFactor::calculate(), forAll(), main(), makeFvGradScheme(), plane::plane(), plane::planeCoeffs(), and fvMesh::updateGeomNotOldVol().
autoPtr<volScalarField> rhoKPtr |
Definition at line 106 of file readThermalProperties.H.
Referenced by if().
volScalarField& rhoK = rhoKPtr() |
Definition at line 160 of file readThermalProperties.H.
autoPtr<volScalarField> alphaPtr |
Definition at line 162 of file readThermalProperties.H.
Referenced by if(), and regionSizeDistribution::write().
volScalarField& alpha = alphaPtr() |
Fine-structure constant: default SI units: [].
Definition at line 216 of file readThermalProperties.H.
Referenced by explicitPorositySource::addSup(), option::addSup(), KinematicCloud< CloudType >::alpha(), fixedCoeff::apply(), averageCondition::apply(), averageCondition::calc(), valueAverage::calc(), BrownianMotionForce< CloudType >::calcCoupled(), circleSet::calcSamples(), fieldAverage::calculateMeanFieldType(), fieldAverage::calculatePrime2MeanFieldType(), boundaryLayerOptimisation::calculateThickness(), pointMVCWeight::calcWeights(), lookupProfile::Cdl(), seriesProfile::Cdl(), TrajectoryCollision< CloudType >::collideParcels(), thermocapillaryForce::correct(), contactAngleForce::correct(), kOmegaSSTDES< BasicTurbulenceModel >::correct(), DeardorffDiffStress< BasicTurbulenceModel >::correct(), dynamicLagrangian< BasicTurbulenceModel >::correct(), kEqn< BasicTurbulenceModel >::correct(), thixotropicViscosity::correct(), dynamicKEqn< BasicTurbulenceModel >::correct(), SSG< BasicTurbulenceModel >::correct(), SpalartAllmaras< BasicTurbulenceModel >::correct(), kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >::correct(), kOmega< BasicTurbulenceModel >::correct(), LaunderSharmaKE< BasicTurbulenceModel >::correct(), RNGkEpsilon< BasicTurbulenceModel >::correct(), realizableKE< BasicTurbulenceModel >::correct(), LRR< BasicTurbulenceModel >::correct(), SpalartAllmarasDES< BasicTurbulenceModel >::correct(), v2f< BasicTurbulenceModel >::correct(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::correct(), solidification::correctModel(), Foam::fvm::ddt(), Foam::fvc::ddt(), HarrisCrighton::denominator(), exponential::dTaudTheta(), HarrisCrighton::dTaudTheta(), kOmegaSSTIDDES< BasicTurbulenceModel >::dTilda(), SpalartAllmarasIDDES< BasicTurbulenceModel >::dTilda(), LaheyKEpsilon< BasicTurbulenceModel >::epsilonSource(), WallLocalSpringSliderDashpot< CloudType >::evaluateWall(), valueAverage::execute(), for(), forAll(), forAllIter(), steadyStateDdtScheme< Type >::fvcDdt(), EulerDdtScheme< Type >::fvcDdt(), boundedDdtScheme< Type >::fvcDdt(), backwardDdtScheme< Type >::fvcDdt(), CoEulerDdtScheme< Type >::fvcDdt(), SLTSDdtScheme< Type >::fvcDdt(), localEulerDdtScheme< Type >::fvcDdt(), CrankNicolsonDdtScheme< Type >::fvcDdt(), steadyStateDdtScheme< Type >::fvmDdt(), EulerDdtScheme< Type >::fvmDdt(), boundedDdtScheme< Type >::fvmDdt(), backwardDdtScheme< Type >::fvmDdt(), CoEulerDdtScheme< Type >::fvmDdt(), SLTSDdtScheme< Type >::fvmDdt(), ddtScheme< Type >::fvmDdt(), localEulerDdtScheme< Type >::fvmDdt(), CrankNicolsonDdtScheme< Type >::fvmDdt(), MPPICCloud< CloudType >::info(), Analytical< Type >::integrate(), triangleFuncs::intersectAxesBundle(), cuttingPlane::intersectEdges(), NicenoKEqn< BasicTurbulenceModel >::kSource(), LaheyKEpsilon< BasicTurbulenceModel >::kSource(), main(), PrimitivePatchInterpolation< Patch >::makeFaceToEdgeWeights(), ThermalDiffusivity< BasicTurbulenceModel >::New(), laminar< BasicTurbulenceModel >::New(), PhaseCompressibleTurbulenceModel< typename BasicTurbulenceModel::transportModel >::New(), PhaseIncompressibleTurbulenceModel< TransportModel >::New(), RASModel< EddyDiffusivity< phaseCompressibleTurbulenceModel > >::New(), LESModel< BasicTurbulenceModel >::New(), isotropic::oneByTau(), equilibrium::oneByTau(), nonEquilibrium::oneByTau(), optionList::operator()(), KinematicCloud< CloudType >::penetration(), continuousGasKEqn< BasicTurbulenceModel >::phaseTransferCoeff(), continuousGasKEpsilon< BasicTurbulenceModel >::phaseTransferCoeff(), NicenoKEqn< BasicTurbulenceModel >::phaseTransferCoeff(), LaheyKEpsilon< BasicTurbulenceModel >::phaseTransferCoeff(), ParticleErosion< CloudType >::postPatch(), ParticleTrap< CloudType >::preEvolve(), fvMatrix< Type >::relax(), GeometricField< vector, pointPatchField, pointMesh >::relax(), general::sample(), ConeInjection< CloudType >::setProperties(), ConeNozzleInjection< CloudType >::setProperties(), primaryRadiation::Shs(), standardRadiation::Shs(), constantRadiation::Shs(), PBiCCCG< Type, DType, LUType >::solve(), PBiCICG< Type, DType, LUType >::solve(), PCICG< Type, DType, LUType >::solve(), PCG::solve(), PBiCG::solve(), PBiCGSTAB::solve(), PBiCGStab::solve(), thermalBaffle::solveEnergy(), reactingOneDim::solveEnergy(), ThermoSurfaceFilm< CloudType >::splashDirection(), Foam::fvc::spread(), Foam::fvc::sweep(), exponential::tau(), Lun::tau(), HarrisCrighton::tau(), ParticleStressModel::tau(), filmPyrolysisRadiativeCoupledMixedFvPatchScalarField::updateCoeffs(), advectiveFvPatchField< Type >::updateCoeffs(), thermalBaffle1DFvPatchScalarField< solidType >::updateCoeffs(), humidityTemperatureCoupledMixedFvPatchScalarField::updateCoeffs(), Explicit< CloudType >::velocityCorrection(), while(), FacePostProcessing< CloudType >::write(), ParticleCollector< CloudType >::write(), regionSizeDistribution::write(), regionSizeDistribution::writeAlphaFields(), and PengRobinsonGas::Z().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.