OpenLB 1.7
Loading...
Searching...
No Matches
Namespaces | Functions
fractionalUnitConverter.h File Reference

Function to create a unitConverter with fractional timestep (and lattice size). More...

#include "unitConverter.h"
+ Include dependency graph for fractionalUnitConverter.h:

Go to the source code of this file.

Namespaces

namespace  olb
 Top level namespace for all of OpenLB.
 

Functions

template<typename T , typename DESCRIPTOR , typename DESCRIPTOR_AD >
UnitConverter< T, DESCRIPTOR > olb::createADfractionalUnitConverter (const UnitConverter< T, DESCRIPTOR > &converter, int fraction, T targetLatticeRelaxationTime)
 
template<typename T , typename DESCRIPTOR >
UnitConverter< T, DESCRIPTOR > olb::createFractionalUnitConverter (const UnitConverter< T, DESCRIPTOR > &converter, int fraction, T targetLatticeRelaxationTime)
 
template<typename T , typename DESCRIPTOR >
olb::residualPhysDiffusivity (const UnitConverter< T, DESCRIPTOR > &converterFractional, T physDiffusivity)
 

Detailed Description

Function to create a unitConverter with fractional timestep (and lattice size).

Definition in file fractionalUnitConverter.h.