![]() |
OpenLB 1.8.1
|
Unit conversion handling – header file. More...
#include "utilities/omath.h"#include "io/ostreamManager.h"#include "core/util.h"#include "io/xmlReader.h"#include "descriptor/fields.h"#include "thermalUnitConverter.h"#include "multiPhaseUnitConverter.h"
Include dependency graph for unitConverter.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | olb::fields::converter::PHYS_VELOCITY |
| struct | olb::fields::converter::PHYS_FORCE |
| struct | olb::fields::converter::PHYS_LENGTH |
| struct | olb::fields::converter::PHYS_DELTA_X |
| struct | olb::fields::converter::PHYS_DELTA_T |
| struct | olb::fields::converter::PHYS_PRESSURE |
| struct | olb::fields::converter::LATTICE_TIME |
| struct | olb::fields::converter::LATTICE_VISCOSITY |
| struct | olb::UnitConverterBase |
| class | olb::UnitConverter< T, DESCRIPTOR > |
| Conversion between physical and lattice units, as well as discretization. More... | |
| class | olb::UnitConverterFromResolutionAndRelaxationTime< T, DESCRIPTOR > |
| class | olb::UnitConverterFromResolutionAndLatticeVelocity< T, DESCRIPTOR > |
| class | olb::UnitConverterFromRelaxationTimeAndLatticeVelocity< T, DESCRIPTOR > |
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
| namespace | olb::fields |
| namespace | olb::fields::converter |
Functions | |
| template<typename T , typename DESCRIPTOR > | |
| UnitConverter< T, DESCRIPTOR > | olb::convectivelyRefineUnitConverter (const UnitConverter< T, DESCRIPTOR > &converter, unsigned scale=2) |
| template<typename T , typename DESCRIPTOR > | |
| UnitConverter< T, DESCRIPTOR > * | olb::createUnitConverter (XMLreader const ¶ms) |
| creator function with data given by a XML file | |
Unit conversion handling – header file.
Definition in file unitConverter.h.