MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / valid

Method valid

src/OpenFOAM/dimensionSet/dimensionSets.H:116–119  ·  view source on GitHub ↗

- Is there a valid inverse of the selected unit

Source from the content-addressed store, hash-verified

114
115 //- Is there a valid inverse of the selected unit
116 bool valid() const
117 {
118 return valid_;
119 }
120
121 //- (if valid) obtain set of coefficients of unitNames
122 void coefficients(scalarField&) const;

Callers 7

dimensionSetIO.CFile · 0.45
readBlocksFunction · 0.45
writeBlocksFunction · 0.45
readFunction · 0.45
regIOobjectRead.CFile · 0.45
IOstream.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected