dimensioned< Type > Class Template Reference

Generic dimensioned Type class. More...

Inheritance diagram for dimensioned< Type >:
[legend]

Public Types

typedef Type value_type
 The underlying data type. More...
 
typedef pTraits< Type >::cmptType cmptType
 Component type. More...
 

Public Member Functions

 dimensioned ()
 A dimensionless Zero, named "0". More...
 
 dimensioned (const dimensionSet &dims)
 A dimensioned Zero, named "0". More...
 
 dimensioned (const dimensionSet &dims, const Foam::zero)
 A dimensioned Zero, named "0". More...
 
 dimensioned (const dimensionSet &dims, const Foam::one)
 A dimensioned pTraits::one, named "1". More...
 
 dimensioned (const Type &val)
 Implicit construct dimensionless from given value. More...
 
 dimensioned (const dimensionSet &dims, const Type &val)
 Construct dimensioned from given value. More...
 
 dimensioned (const word &name, const dimensionSet &dims, const Type &val)
 Construct from components (name, dimensions, value). More...
 
 dimensioned (const word &name, const dimensioned< Type > &dt)
 Copy construct dimensioned Type with a new name. More...
 
 dimensioned (const primitiveEntry &e)
 Construct from primitive entry with given name. More...
 
 dimensioned (const primitiveEntry &e, const dimensionSet &dims)
 Construct from primitive entry with given name and dimensions. More...
 
 dimensioned (const word &name, const dictionary &dict)
 Construct from dictionary lookup with a given name. More...
 
 dimensioned (const word &name, const dimensionSet &dims, const dictionary &dict)
 Construct from dictionary lookup with a given name and dimensions. More...
 
 dimensioned (const word &name, const dimensionSet &dims, const dictionary &dict, const word &entryName)
 Construct from dictionary lookup with a given name and dimensions. More...
 
 dimensioned (const word &name, const dimensionSet &dims, const Type &val, const dictionary &dict)
 
const wordname () const
 Return const reference to name. More...
 
wordname ()
 Return non-const reference to name. More...
 
const dimensionSetdimensions () const
 Return const reference to dimensions. More...
 
dimensionSetdimensions ()
 Return non-const reference to dimensions. More...
 
const Type & value () const
 Return const reference to value. More...
 
Type & value ()
 Return non-const reference to value. More...
 
dimensioned< cmptTypecomponent (const direction d) const
 Return a component as a dimensioned<cmptType> More...
 
void replace (const direction d, const dimensioned< cmptType > &dc)
 Return a component with a dimensioned<cmptType> More...
 
dimensioned< Type > T () const
 Return transpose. More...
 
bool read (const dictionary &dict)
 
bool readIfPresent (const dictionary &dict)
 
bool read (const word &entryName, const dictionary &dict)
 
bool readIfPresent (const word &entryName, const dictionary &dict)
 
Istreamread (Istream &is, const bool readName=true)
 
Istreamread (Istream &is, const dictionary &readSet)
 
Istreamread (Istream &is, const HashTable< dimensionedScalar > &readSet)
 
void writeEntry (const word &keyword, Ostream &os) const
 Write as a dictionary entry with keyword. More...
 
dimensioned< cmptTypeoperator[] (const direction d) const
 Return a component as a dimensioned<cmptType> More...
 
void operator+= (const dimensioned< Type > &dt)
 
void operator-= (const dimensioned< Type > &dt)
 
void operator*= (const scalar s)
 
void operator/= (const scalar s)
 
 dimensioned (Istream &is)
 
 dimensioned (const word &name, Istream &is)
 
 dimensioned (const word &name, const dimensionSet &dims, Istream &is)
 

Static Public Member Functions

static dimensioned< Type > getOrDefault (const word &name, const dictionary &dict, const dimensionSet &dims=dimless, const Type &deflt=Type(Zero))
 Construct dimensioned from dictionary, with default value. More...
 
static dimensioned< Type > getOrDefault (const word &name, const dictionary &dict, const Type &deflt=Type(Zero))
 Construct dimensionless from dictionary, with default value. More...
 
static dimensioned< Type > getOrAddToDict (const word &name, dictionary &dict, const dimensionSet &dims=dimless, const Type &deflt=Type(Zero))
 Construct dimensioned from dictionary, with default value. More...
 
static dimensioned< Type > getOrAddToDict (const word &name, dictionary &dict, const Type &deflt=Type(Zero))
 Construct dimensionless from dictionary, with default value. More...
 
static dimensioned< Type > lookupOrDefault (const word &name, const dictionary &dict, const dimensionSet &dims=dimless, const Type &deflt=Type(Zero))
 
static dimensioned< Type > lookupOrDefault (const word &name, const dictionary &dict, const Type &deflt=Type(Zero))
 Construct dimensionless from dictionary, with default value. More...
 
static dimensioned< Type > lookupOrAddToDict (const word &name, dictionary &dict, const dimensionSet &dims=dimless, const Type &deflt=Type(Zero))
 Construct dimensioned from dictionary, with default value. More...
 
static dimensioned< Type > lookupOrAddToDict (const word &name, dictionary &dict, const Type &deflt=Type(Zero))
 Construct dimensionless from dictionary, with default value. More...
 

Friends

Istreamoperator>> (Istream &is, dimensioned< Type > &dt)
 Read from stream. The name and dimensions are optional. More...
 

Detailed Description

template<class Type>
class Foam::dimensioned< Type >

Generic dimensioned Type class.

Source files

Definition at line 42 of file dimensionedScalarFwd.H.

Member Typedef Documentation

◆ value_type

typedef Type value_type

The underlying data type.

Definition at line 117 of file dimensionedType.H.

◆ cmptType

typedef pTraits<Type>::cmptType cmptType

Component type.

Definition at line 120 of file dimensionedType.H.

Constructor & Destructor Documentation

◆ dimensioned() [1/17]

A dimensionless Zero, named "0".

Definition at line 113 of file dimensionedType.C.

◆ dimensioned() [2/17]

dimensioned ( const dimensionSet dims)
explicit

A dimensioned Zero, named "0".

Definition at line 122 of file dimensionedType.C.

◆ dimensioned() [3/17]

dimensioned ( const dimensionSet dims,
const Foam::zero   
)
explicit

A dimensioned Zero, named "0".

Definition at line 132 of file dimensionedType.C.

◆ dimensioned() [4/17]

dimensioned ( const dimensionSet dims,
const Foam::one   
)
explicit

A dimensioned pTraits::one, named "1".

Definition at line 145 of file dimensionedType.C.

◆ dimensioned() [5/17]

dimensioned ( const Type &  val)
inline

Implicit construct dimensionless from given value.

Definition at line 138 of file dimensionedType.H.

◆ dimensioned() [6/17]

dimensioned ( const dimensionSet dims,
const Type &  val 
)

Construct dimensioned from given value.

Definition at line 158 of file dimensionedType.C.

◆ dimensioned() [7/17]

dimensioned ( const word name,
const dimensionSet dims,
const Type &  val 
)

Construct from components (name, dimensions, value).

Definition at line 171 of file dimensionedType.C.

◆ dimensioned() [8/17]

dimensioned ( const word name,
const dimensioned< Type > &  dt 
)

Copy construct dimensioned Type with a new name.

Definition at line 185 of file dimensionedType.C.

◆ dimensioned() [9/17]

dimensioned ( const primitiveEntry e)
explicit

Construct from primitive entry with given name.

The entry may contain optional name and dimensions.

[name] [dims] value

If the optional name is found, it is used for renaming. If the optional dimensions are present, they are read and used without further verification. If no dimensions are found, the quantity is dimensionless. Fatal if not primitiveEntry or if number of tokens is incorrect.

Definition at line 198 of file dimensionedType.C.

◆ dimensioned() [10/17]

dimensioned ( const primitiveEntry e,
const dimensionSet dims 
)
explicit

Construct from primitive entry with given name and dimensions.

The entry may contain optional name and dimensions.

[name] [dims] value

If the optional name is found, it is used for renaming. If the optional dimensions are present, they are read and verified against the expected dimensions. Fatal if not primitiveEntry or if number of tokens is incorrect.

Definition at line 217 of file dimensionedType.C.

◆ dimensioned() [11/17]

dimensioned ( const word name,
const dictionary dict 
)

Construct from dictionary lookup with a given name.

The entry may contain optional name and dimensions.

[name] [dims] value

If the optional name is found, it is used for renaming. If the optional dimensions are present, they are read and used without further verification. If no dimensions are found, the quantity is dimensionless.

Definition at line 237 of file dimensionedType.C.

◆ dimensioned() [12/17]

dimensioned ( const word name,
const dimensionSet dims,
const dictionary dict 
)

Construct from dictionary lookup with a given name and dimensions.

The entry may contain optional name and dimensions.

[name] [dims] value

If the optional name is found, it is used for renaming. If the optional dimensions are present, they are read and verified against the expected dimensions.

Definition at line 253 of file dimensionedType.C.

◆ dimensioned() [13/17]

dimensioned ( const word name,
const dimensionSet dims,
const dictionary dict,
const word entryName 
)

Construct from dictionary lookup with a given name and dimensions.

The entry may contain optional name and dimensions.

[name] [dims] value

If the optional name is found, it is used for renaming. If the optional dimensions are present, they are read and verified against the expected dimensions.

Parameters
entryNamedictionary lookup name

Definition at line 270 of file dimensionedType.C.

◆ dimensioned() [14/17]

dimensioned ( const word name,
const dimensionSet dims,
const Type &  val,
const dictionary dict 
)

Construct from components (name, dimensions, value) with optional dictionary override.

The entry may contain optional name and dimensions.

[name] [dims] value

Definition at line 288 of file dimensionedType.C.

◆ dimensioned() [15/17]

dimensioned ( Istream is)
explicit

Deprecated(2018-11) Construct from Istream (expects name, dimensions, value)

Deprecated:
(2018-11) - should generally use construct from dictionary or primitiveEntry instead (additional checks on the input stream).

Definition at line 305 of file dimensionedType.C.

◆ dimensioned() [16/17]

dimensioned ( const word name,
Istream is 
)

Deprecated(2018-11) Construct from Istream with given name (expects dimensions, value)

Deprecated:
(2018-11) - should generally use construct from dictionary or primitiveEntry instead (additional checks on the input stream).

Definition at line 315 of file dimensionedType.C.

◆ dimensioned() [17/17]

dimensioned ( const word name,
const dimensionSet dims,
Istream is 
)

Deprecated(2018-11) Construct from Istream with given name and expected dimensions.

Expects value, but supports optional name and dimensions. If the optional dimensions are present, they are read and verified against the expected dimensions.

Deprecated:
(2018-11) - should generally use construct from dictionary or primitiveEntry instead (additional checks on the input stream).

Definition at line 329 of file dimensionedType.C.

Member Function Documentation

◆ getOrDefault() [1/2]

Foam::dimensioned< Type > getOrDefault ( const word name,
const dictionary dict,
const dimensionSet dims = dimless,
const Type &  deflt = Type(Zero) 
)
static

Construct dimensioned from dictionary, with default value.

FatalIOError if there are excess tokens.

Definition at line 348 of file dimensionedType.C.

Referenced by dimensioned< vector >::lookupOrDefault().

Here is the caller graph for this function:

◆ getOrDefault() [2/2]

Foam::dimensioned< Type > getOrDefault ( const word name,
const dictionary dict,
const Type &  deflt = Type(Zero) 
)
static

Construct dimensionless from dictionary, with default value.

FatalIOError if it is found and there are excess tokens.

Definition at line 362 of file dimensionedType.C.

◆ getOrAddToDict() [1/2]

Foam::dimensioned< Type > getOrAddToDict ( const word name,
dictionary dict,
const dimensionSet dims = dimless,
const Type &  deflt = Type(Zero) 
)
static

Construct dimensioned from dictionary, with default value.

If the value is not found, it is added into the dictionary. FatalIOError if it is found and there are excess tokens.

Definition at line 374 of file dimensionedType.C.

Referenced by dimensioned< vector >::lookupOrAddToDict().

Here is the caller graph for this function:

◆ getOrAddToDict() [2/2]

Foam::dimensioned< Type > getOrAddToDict ( const word name,
dictionary dict,
const Type &  deflt = Type(Zero) 
)
static

Construct dimensionless from dictionary, with default value.

If the value is not found, it is added into the dictionary. FatalIOError if it is found and there are excess tokens.

Definition at line 393 of file dimensionedType.C.

◆ name() [1/2]

const Foam::word & name ( ) const

Return const reference to name.

Definition at line 406 of file dimensionedType.C.

Referenced by Foam::atan2(), Foam::cbrt(), Foam::checkMethod(), Foam::cof(), Foam::fac::d2dt2(), Foam::fvc::ddt(), Foam::fac::ddt(), Foam::fvm::ddt(), Foam::det(), Foam::dev(), Foam::dev2(), Foam::eigenValues(), Foam::eigenVectors(), EulerFaD2dt2Scheme< Type >::facD2dt2(), steadyStateFaDdtScheme< Type >::facDdt(), EulerFaDdtScheme< Type >::facDdt(), backwardFaDdtScheme< Type >::facDdt(), boundedBackwardFaDdtScheme::facDdt(), steadyStateFaDdtScheme< Type >::facDdt0(), EulerFaDdtScheme< Type >::facDdt0(), backwardFaDdtScheme< Type >::facDdt0(), boundedBackwardFaDdtScheme::facDdt0(), forAll(), steadyStateDdtScheme< Type >::fvcDdt(), EulerDdtScheme< Type >::fvcDdt(), CoEulerDdtScheme< Type >::fvcDdt(), SLTSDdtScheme< Type >::fvcDdt(), backwardDdtScheme< Type >::fvcDdt(), localEulerDdtScheme< Type >::fvcDdt(), CrankNicolsonDdtScheme< Type >::fvcDdt(), CrankNicolsonDdtScheme< Type >::fvmDdt(), Foam::innerSqr(), Foam::inv(), dimensioned< vector >::lookupOrAddToDict(), dimensioned< vector >::lookupOrDefault(), Foam::neg(), Foam::neg0(), Foam::negPart(), seriesLess::operator()(), Foam::operator*(), Time::operator++(), Foam::operator==(), Foam::pos(), Foam::pos0(), Foam::posPart(), Foam::pow(), Foam::pow025(), Foam::pow3(), Foam::pow4(), Foam::pow5(), Foam::pow6(), Time::readDict(), Time::setTime(), Foam::sign(), Foam::skew(), multiphaseSystem::solve(), Foam::sqr(), Foam::sqrt(), Foam::stabilise(), Foam::symm(), dimensioned< vector >::T(), Time::timeName(), Foam::tr(), Foam::twoSymm(), dimensionSet::write(), and regionSizeDistribution::write().

◆ name() [2/2]

Foam::word & name ( )

Return non-const reference to name.

Definition at line 413 of file dimensionedType.C.

◆ dimensions() [1/2]

const Foam::dimensionSet & dimensions ( ) const

Return const reference to dimensions.

Definition at line 420 of file dimensionedType.C.

Referenced by ObukhovLength::calcOL(), DarcyForchheimer::calcTransformModelData(), Foam::cbrt(), Foam::checkMethod(), Foam::cof(), Foam::det(), Foam::dev(), Foam::dev2(), dimensionSets::dimensionSets(), Foam::eigenValues(), comfort::execute(), EulerFaD2dt2Scheme< Type >::facD2dt2(), steadyStateFaDdtScheme< Type >::facDdt(), EulerFaDdtScheme< Type >::facDdt(), backwardFaDdtScheme< Type >::facDdt(), boundedBackwardFaDdtScheme::facDdt(), steadyStateFaDdtScheme< Type >::facDdt0(), EulerFaDdtScheme< Type >::facDdt0(), backwardFaDdtScheme< Type >::facDdt0(), boundedBackwardFaDdtScheme::facDdt0(), EulerD2dt2Scheme< Type >::fvcD2dt2(), steadyStateDdtScheme< Type >::fvcDdt(), EulerDdtScheme< Type >::fvcDdt(), CoEulerDdtScheme< Type >::fvcDdt(), backwardDdtScheme< Type >::fvcDdt(), SLTSDdtScheme< Type >::fvcDdt(), localEulerDdtScheme< Type >::fvcDdt(), CrankNicolsonDdtScheme< Type >::fvcDdt(), steadyStateDdtScheme< Type >::fvmDdt(), EulerDdtScheme< Type >::fvmDdt(), CoEulerDdtScheme< Type >::fvmDdt(), backwardDdtScheme< Type >::fvmDdt(), SLTSDdtScheme< Type >::fvmDdt(), localEulerDdtScheme< Type >::fvmDdt(), ddtScheme< Type >::fvmDdt(), CrankNicolsonDdtScheme< Type >::fvmDdt(), heSolidThermo< BasicSolidThermo, MixtureType >::heSolidThermo(), Foam::innerSqr(), Foam::inv(), Foam::makeDimensionedMinMax(), Foam::neg(), Foam::neg0(), Foam::negPart(), optionList::operator()(), Foam::operator*(), DimensionedField< Type, Foam::pointMesh >::operator=(), Foam::pos(), Foam::pos0(), Foam::posPart(), Foam::pow(), Foam::pow025(), Foam::pow3(), Foam::pow4(), Foam::pow5(), Foam::pow6(), dimensionSet::read(), Foam::sign(), Foam::skew(), Foam::fam::Sp(), Foam::sqr(), Foam::sqrt(), Foam::stabilise(), Foam::symm(), dimensioned< vector >::T(), Foam::tr(), and Foam::twoSymm().

◆ dimensions() [2/2]

Foam::dimensionSet & dimensions ( )

Return non-const reference to dimensions.

Definition at line 427 of file dimensionedType.C.

◆ value() [1/2]

const Type & value ( ) const

Return const reference to value.

Definition at line 434 of file dimensionedType.C.

Referenced by tabulated6DoFAcceleration::acceleration(), interRegionHeatTransferModel::addSup(), powerLawUniformBinary::addToBinaryBreakupRate(), hydrodynamic::addToCoalescenceRate(), wallBoiling::addToNucleationRate(), Time::adjustDeltaT(), porosityModel::adjustNegativeResistance(), maxDurationCondition::apply(), Foam::atan2(), surfaceWriter::beginTime(), Foam::bound(), NonInertialFrameForce< CloudType >::cacheFields(), SprayParcel< ParcelType >::calcAtomization(), BrownianMotionForce< CloudType >::calcCoupled(), ThermoParcel< ParcelType >::calcHeatTransfer(), SRFForce< CloudType >::calcNonCoupled(), ParamagneticForce< CloudType >::calcNonCoupled(), powerLaw::calcNu(), DarcyForchheimer::calcTransformModelData(), viewFactor::calculate(), MultiComponentPhaseModel< BasePhaseModel, phaseThermo >::calculateVolumeFractions(), Foam::cbrt(), SIMPLEControlSingleRun::checkEndTime(), timeVaryingMappedFixedValuePointPatchField< Type >::checkTable(), GeometricField< Type, fvPatchField, volMesh >::clip(), Foam::cof(), fixedTemperatureConstraint::constrain(), constantNucleation::correct(), BrunDrippingInjection::correct(), adjointSpalartAllmaras::correct(), liquidFilmBase::CourantNumber(), logFiles::createFiles(), curvatureSeparation::curvatureSeparation(), filmTurbulenceModel::Cw(), thermoCoupleProbes::derivatives(), DEShybrid< Type >::DEShybrid(), Foam::det(), Foam::dev(), Foam::dev2(), adjointSpalartAllmaras::diffusionCoeffVar1(), Foam::eigenValues(), Foam::eigenVectors(), engineMesh::engineMesh(), ThermoCloud< Foam::DSMCCloud >::Ep(), DSMCCloud< ParcelType >::equipartitionInternalEnergy(), dimensionedScalarEntry::evaluate(), comfort::execute(), exprResult::exprResult(), EulerFaD2dt2Scheme< Type >::facD2dt2(), EulerFaDdtScheme< Type >::facDdt(), backwardFaDdtScheme< Type >::facDdt(), boundedBackwardFaDdtScheme::facDdt(), EulerFaDdtScheme< Type >::facDdt0(), backwardFaDdtScheme< Type >::facDdt0(), boundedBackwardFaDdtScheme::facDdt0(), interfaceTrackingFvMesh::freeSurfacePressureJump(), basicCombustionMixture::fres(), EulerD2dt2Scheme< Type >::fvcD2dt2(), EulerDdtScheme< Type >::fvcDdt(), CoEulerDdtScheme< Type >::fvcDdt(), backwardDdtScheme< Type >::fvcDdt(), SLTSDdtScheme< Type >::fvcDdt(), waveMakerPointPatchVectorField::g(), populationBalanceModel::gamma(), GeometricField< Type, fvPatchField, volMesh >::GeometricField(), if(), reactingOneDim::info(), InjectionModel< CloudType >::injectSteadyState(), Foam::innerSqr(), Foam::inv(), Foam::invTransform(), heatTransferModel::K(), laminarFlameSpeed::laminarFlameSpeed(), hexRef8::level0EdgeLength(), pressureControl::limit(), ArdenBuck::lnPSat(), adjointSimple::mainIter(), Foam::makeDimensionedMinMax(), Foam::max(), GeometricField< Type, fvPatchField, volMesh >::max(), Foam::min(), GeometricField< Type, fvPatchField, volMesh >::min(), egrMixture< ThermoType >::mixture(), inhomogeneousMixture< ThermoType >::mixture(), Foam::neg(), Foam::neg0(), Foam::negPart(), Schaeffer::nu(), JohnsonJacksonSchaeffer::nu(), Foam::operator!=(), seriesLess::operator()(), Instant< T >::less::operator()(), Foam::operator*(), Foam::operator+(), Time::operator+=(), Foam::operator-(), Foam::operator<(), Foam::operator<<(), DimensionedField< Type, Foam::pointMesh >::operator=(), GeometricField< Type, fvPatchField, volMesh >::operator=(), Foam::operator==(), GeometricField< Type, fvPatchField, volMesh >::operator==(), Foam::operator>(), Foam::operator>>(), UniformDimensionedField< vector >::operator[](), PatchFlowRateInjection< CloudType >::parcelsToInject(), freePiston::pistonPosition(), pointHistory::pointHistory(), Foam::pos(), Foam::pos0(), Foam::posPart(), Foam::pow(), Foam::pow025(), Foam::pow3(), Foam::pow4(), Foam::pow5(), Foam::pow6(), dimensionSet::read(), comfort::read(), Time::readDict(), SIMPLEControlSingleRun::readIters(), GeometricField< Type, fvPatchField, volMesh >::replace(), incompressibleTwoPhaseInteractingMixture::rho(), rpm::rpm(), timeSelector::selectIfPresent(), powerLaw::setBreakupRate(), exponential::setBreakupRate(), Time::setDeltaT(), Time::setEndTime(), vtmWriter::setTime(), Time::setTime(), masterUncollatedFileOperation::setTime(), constantRadiation::Shs(), Foam::sign(), Foam::skew(), sixDoFRigidBodyMotionSolver::solve(), rigidBodyMeshMotionSolver::solve(), rigidBodyMeshMotion::solve(), thermalBaffle::solveEnergy(), Foam::fam::Sp(), Foam::fvc::spreadSource(), Foam::sqr(), Foam::sqrt(), Foam::stabilise(), particle< Type >::stepFractionSpan(), Foam::symm(), dimensioned< vector >::T(), freePiston::theta(), TimeState::timeOutputValue(), Foam::tr(), Foam::transform(), multiMotion::transformation(), linearMotion::transformation(), oscillatingLinearMotion::transformation(), oscillatingRotatingMotion::transformation(), drivenLinearMotion::transformation(), rotatingMotion::transformation(), tabulated6DoFMotion::transformation(), Foam::twoSymm(), interfaceTrackingFvMesh::update(), oscillatingDisplacementPointPatchVectorField::updateCoeffs(), waveDisplacementPointPatchVectorField::updateCoeffs(), oscillatingVelocityPointPatchVectorField::updateCoeffs(), angularOscillatingDisplacementPointPatchVectorField::updateCoeffs(), angularOscillatingVelocityPointPatchVectorField::updateCoeffs(), JohnsonJacksonParticleSlipFvPatchVectorField::updateCoeffs(), JohnsonJacksonParticleThetaFvPatchScalarField::updateCoeffs(), MarshakRadiationFvPatchScalarField::updateCoeffs(), fixedIncidentRadiationFvPatchScalarField::updateCoeffs(), fixedPressureCompressibleDensityFvPatchScalarField::updateCoeffs(), MarshakRadiationFixedTemperatureFvPatchScalarField::updateCoeffs(), SRFFreestreamVelocityFvPatchVectorField::updateCoeffs(), PatchFlowRateInjection< CloudType >::volumeToInject(), fvMesh::Vsc(), fvMesh::Vsc0(), FacePostProcessing< CloudType >::write(), ParticleCollector< CloudType >::write(), sizeDistribution::write(), dimensionSet::write(), and sizeDistribution::writeFileHeader().

◆ value() [2/2]

Type & value ( )

Return non-const reference to value.

Definition at line 441 of file dimensionedType.C.

◆ component()

Foam::dimensioned< typename Foam::dimensioned< Type >::cmptType > component ( const direction  d) const

Return a component as a dimensioned<cmptType>

Definition at line 450 of file dimensionedType.C.

Referenced by Foam::ComplexField(), Foam::ReComplexField(), and coordinateScaling< Foam::Vector >::transform().

Here is the caller graph for this function:

◆ replace()

void replace ( const direction  d,
const dimensioned< cmptType > &  dc 
)

Return a component with a dimensioned<cmptType>

Definition at line 465 of file dimensionedType.C.

◆ T()

dimensionedTensor T ( ) const

Return transpose.

Definition at line 38 of file dimensionedSphericalTensor.C.

Referenced by eddy::eddy(), Foam::inv(), leastSquares::stencilWeights(), dimensioned< vector >::T(), and SVD::VSinvUt().

Here is the caller graph for this function:

◆ read() [1/5]

bool read ( const dictionary dict)

Update the value of dimensioned<Type>, lookup in dictionary with the name().

Definition at line 476 of file dimensionedType.C.

Referenced by Foam::unitSet().

Here is the caller graph for this function:

◆ readIfPresent() [1/2]

bool readIfPresent ( const dictionary dict)

Update the value of dimensioned<Type> if found in the dictionary, lookup in dictionary with the name().

Definition at line 483 of file dimensionedType.C.

Referenced by crankConRod::crankConRod(), ShihQuadraticKE::read(), LamBremhorstKE::read(), qZeta::read(), LienLeschziner::read(), LienCubicKE::read(), SpalartAllmarasDES< BasicTurbulenceModel >::read(), SpalartAllmaras< BasicTurbulenceModel >::read(), kkLOmega::read(), adjointSpalartAllmaras::read(), and sixDoFRigidBodyMotionSolver::solve().

Here is the caller graph for this function:

◆ read() [2/5]

bool read ( const word entryName,
const dictionary dict 
)

Update the value of dimensioned<Type>, using an alternative entry name

Definition at line 491 of file dimensionedType.C.

◆ readIfPresent() [2/2]

bool readIfPresent ( const word entryName,
const dictionary dict 
)

Update the value of dimensioned<Type> if found in the dictionary, using an alternative entry name

Definition at line 503 of file dimensionedType.C.

◆ read() [3/5]

Foam::Istream & read ( Istream is,
const bool  readName = true 
)

Read (name, dimensions, value) from stream, using units from system table.

Optionally skip reading the name

Definition at line 514 of file dimensionedType.C.

◆ read() [4/5]

Foam::Istream & read ( Istream is,
const dictionary readSet 
)

Read (name, dimensions, value) from stream, using units from dictionary

Definition at line 537 of file dimensionedType.C.

◆ read() [5/5]

Foam::Istream & read ( Istream is,
const HashTable< dimensionedScalar > &  readSet 
)

Read (name, dimensions, value) from stream, using units from table

Definition at line 557 of file dimensionedType.C.

◆ writeEntry()

void writeEntry ( const word keyword,
Ostream os 
) const

Write as a dictionary entry with keyword.

The name is not written when it is identical to keyword. The dimensions are always written.

Definition at line 580 of file dimensionedType.C.

◆ operator[]()

Foam::dimensioned< typename Foam::dimensioned< Type >::cmptType > operator[] ( const direction  d) const

Return a component as a dimensioned<cmptType>

Definition at line 609 of file dimensionedType.C.

◆ operator+=()

void operator+= ( const dimensioned< Type > &  dt)

Definition at line 619 of file dimensionedType.C.

◆ operator-=()

void operator-= ( const dimensioned< Type > &  dt)

Definition at line 630 of file dimensionedType.C.

◆ operator*=()

void operator*= ( const scalar  s)

Definition at line 641 of file dimensionedType.C.

◆ operator/=()

void operator/= ( const scalar  s)

Definition at line 651 of file dimensionedType.C.

◆ lookupOrDefault() [1/2]

static dimensioned<Type> lookupOrDefault ( const word name,
const dictionary dict,
const dimensionSet dims = dimless,
const Type &  deflt = Type(Zero) 
)
inlinestatic

Construct dimensioned from dictionary, with default value. FatalIOError if there are excess tokens.

Definition at line 405 of file dimensionedType.H.

◆ lookupOrDefault() [2/2]

static dimensioned<Type> lookupOrDefault ( const word name,
const dictionary dict,
const Type &  deflt = Type(Zero) 
)
inlinestatic

Construct dimensionless from dictionary, with default value.

FatalIOError if it is found and there are excess tokens.

Definition at line 418 of file dimensionedType.H.

◆ lookupOrAddToDict() [1/2]

static dimensioned<Type> lookupOrAddToDict ( const word name,
dictionary dict,
const dimensionSet dims = dimless,
const Type &  deflt = Type(Zero) 
)
inlinestatic

Construct dimensioned from dictionary, with default value.

If the value is not found, it is added into the dictionary. FatalIOError if it is found and there are excess tokens.

Definition at line 431 of file dimensionedType.H.

◆ lookupOrAddToDict() [2/2]

static dimensioned<Type> lookupOrAddToDict ( const word name,
dictionary dict,
const Type &  deflt = Type(Zero) 
)
inlinestatic

Construct dimensionless from dictionary, with default value.

If the value is not found, it is added into the dictionary. FatalIOError if it is found and there are excess tokens.

Definition at line 445 of file dimensionedType.H.

Friends And Related Function Documentation

◆ operator>>

Istream& operator>> ( Istream is,
dimensioned< Type > &  dt 
)
friend

Read from stream. The name and dimensions are optional.

If the optional dimensions are present, they are used without further verification.


The documentation for this class was generated from the following files: