|
| | registerDimensionedConstant (const word &group, const char *name, const dimensionSet &dimensions) |
| |
| virtual | ~registerDimensionedConstant () |
| |
| virtual void | readData (Istream &is) |
| | Read. More...
|
| |
| virtual void | writeData (Ostream &os) const |
| | Write. More...
|
| |
| | simpleRegIOobject (void(*fn)(const char *name, simpleRegIOobject *), const char *name) |
| | Construct from objectregistry inserter and name. More...
|
| |
| virtual | ~simpleRegIOobject () |
| | Destructor. More...
|
| |
| | dimensioned (const word &, const dimensionSet &, const Type &) |
| | Construct given name, dimensions and value. More...
|
| |
| | dimensioned (const dimensionSet &, const Type &) |
| | Construct given dimensions and value. More...
|
| |
| | dimensioned (const Type &) |
| | Construct dimensionless given value only. More...
|
| |
| | dimensioned (const word &, const dimensioned< Type > &) |
| | Construct from a dimensioned<Type> changing the name. More...
|
| |
| | dimensioned (Istream &) |
| | Construct from Istream. More...
|
| |
| | dimensioned (const word &, Istream &) |
| | Construct from an Istream with a given name. More...
|
| |
| | dimensioned (const word &, const dimensionSet &, Istream &) |
| | Construct from an Istream with a given name and dimensions. More...
|
| |
| | dimensioned (const word &, const dimensionSet &, const dictionary &) |
| | Construct from dictionary lookup with a given name and dimensions. More...
|
| |
| | dimensioned () |
| | Null constructor. More...
|
| |
| const word & | name () const |
| | Return const reference to name. More...
|
| |
| word & | name () |
| | Return non-const reference to name. More...
|
| |
| const dimensionSet & | dimensions () const |
| | Return const reference to dimensions. More...
|
| |
| dimensionSet & | dimensions () |
| | 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< cmptType > | component (const direction) const |
| | Return a component as a dimensioned<cmptType> More...
|
| |
| void | replace (const direction, const dimensioned< cmptType > &) |
| | Return a component with a dimensioned<cmptType> More...
|
| |
| dimensioned< Type > | T () const |
| | Return transpose. More...
|
| |
| void | read (const dictionary &) |
| | Update the value of dimensioned<Type> More...
|
| |
| bool | readIfPresent (const dictionary &) |
| | Update the value of dimensioned<Type> if found in the dictionary. More...
|
| |
| Istream & | read (Istream &is, const dictionary &) |
| | Read value from stream and units from dictionary. More...
|
| |
| Istream & | read (Istream &is, const HashTable< dimensionedScalar > &) |
| | Read value from stream and units from table. More...
|
| |
| Istream & | read (Istream &is) |
| | Read value from stream and units from system table. More...
|
| |
| dimensioned< cmptType > | operator[] (const direction) const |
| | Return a component as a dimensioned<cmptType> More...
|
| |
| void | operator+= (const dimensioned< Type > &) |
| |
| void | operator-= (const dimensioned< Type > &) |
| |
| void | operator*= (const scalar) |
| |
| void | operator/= (const scalar) |
| |
|
| typedef pTraits< Type >::cmptType | cmptType |
| | Component type. More...
|
| |
| static dimensioned< Type > | lookupOrDefault (const word &, const dictionary &, const dimensionSet &dims=dimless, const Type &defaultValue=pTraits< Type >::zero) |
| | Construct from dictionary, with default dimensions and value. More...
|
| |
| static dimensioned< Type > | lookupOrDefault (const word &, const dictionary &, const Type &defaultValue=pTraits< Type >::zero) |
| | Construct from dictionary dimensionless with value. More...
|
| |
| static dimensioned< Type > | lookupOrAddToDict (const word &, dictionary &, const dimensionSet &dims=dimless, const Type &defaultValue=pTraits< Type >::zero) |
| | Construct from dictionary, with default value. More...
|
| |
| static dimensioned< Type > | lookupOrAddToDict (const word &, dictionary &, const Type &defaultValue=pTraits< Type >::zero) |
| | Construct from dictionary, dimensionless with default value. More...
|
| |
Definition at line 52 of file dimensionedConstants.H.