#include <reducedUnits.H>
Public Member Functions | |
| reducedUnits () | |
| Construct with no argument, uses default values: | |
| reducedUnits (scalar refLength, scalar refTime, scalar refMass) | |
| Construct from components. | |
| reducedUnits (const IOdictionary &reducedUnitsDict) | |
| Construct from dictionary. | |
| ~reducedUnits ()=default | |
| Destructor. | |
| void | setRefValues (scalar refLength, scalar refTime, scalar refMass) |
| void | setRefValues (const IOdictionary &reducedUnitsDict) |
| scalar | refLength () const |
| scalar | refTime () const |
| scalar | refMass () const |
| scalar | refTemp () const |
| scalar | refEnergy () const |
| scalar | refForce () const |
| scalar | refVelocity () const |
| scalar | refVolume () const |
| scalar | refPressure () const |
| scalar | refMassDensity () const |
| scalar | refNumberDensity () const |
Static Public Attributes | |
| static const scalar | kb = 1.3806504e-23 |
| Static data someStaticData. | |
Friends | |
| Ostream & | operator<< (Ostream &, const reducedUnits &) |
Definition at line 55 of file reducedUnits.H.
| reducedUnits | ( | ) |
Construct with no argument, uses default values:
length = 1nm mass = 1.660538782e-27kg (unified atomic mass unit) temperature = 1K (therefore, energy = 1*kb)
Definition at line 68 of file reducedUnits.C.
References e.
Referenced by operator<<.

| reducedUnits | ( | scalar | refLength, |
| scalar | refTime, | ||
| scalar | refMass ) |
Construct from components.
Definition at line 78 of file reducedUnits.C.
References refLength(), refMass(), and refTime().

| reducedUnits | ( | const IOdictionary & | reducedUnitsDict | ) |
Construct from dictionary.
Definition at line 93 of file reducedUnits.C.
References setRefValues().

|
default |
Destructor.
References refLength(), refMass(), and refTime().

| void setRefValues | ( | scalar | refLength, |
| scalar | refTime, | ||
| scalar | refMass ) |
Definition at line 105 of file reducedUnits.C.
References refLength(), refMass(), and refTime().
Referenced by reducedUnits().


| void setRefValues | ( | const IOdictionary & | reducedUnitsDict | ) |
Definition at line 120 of file reducedUnits.C.
References dictionary::readEntry().

|
inline |
Definition at line 23 of file reducedUnitsI.H.
Referenced by Foam::operator<<(), reducedUnits(), setRefValues(), and ~reducedUnits().

|
inline |
Definition at line 29 of file reducedUnitsI.H.
Referenced by Foam::operator<<(), reducedUnits(), setRefValues(), and ~reducedUnits().

|
inline |
Definition at line 35 of file reducedUnitsI.H.
Referenced by Foam::operator<<(), reducedUnits(), setRefValues(), and ~reducedUnits().

|
inline |
Definition at line 41 of file reducedUnitsI.H.
Referenced by Foam::operator<<().

|
inline |
Definition at line 47 of file reducedUnitsI.H.
Referenced by Foam::operator<<().

|
inline |
Definition at line 53 of file reducedUnitsI.H.
Referenced by Foam::operator<<().

|
inline |
Definition at line 59 of file reducedUnitsI.H.
Referenced by Foam::operator<<().

|
inline |
Definition at line 65 of file reducedUnitsI.H.
Referenced by Foam::operator<<().

|
inline |
Definition at line 71 of file reducedUnitsI.H.
Referenced by Foam::operator<<().

|
inline |
Definition at line 77 of file reducedUnitsI.H.
Referenced by Foam::operator<<().

|
inline |
Definition at line 83 of file reducedUnitsI.H.
Referenced by Foam::operator<<().

|
friend |
References reducedUnits().
|
static |
Static data someStaticData.
Definition at line 98 of file reducedUnits.H.
Referenced by Foam::operator<<().