OpenLB 1.8.1
Loading...
Searching...
No Matches
unitConverter.h File Reference

Unit conversion handling – header file. More...

+ 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 &params)
 creator function with data given by a XML file
 

Detailed Description

Unit conversion handling – header file.

Definition in file unitConverter.h.