LifeV
navierStokes.hpp File Reference
+ Include dependency graph for navierStokes.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  NavierStokes< MeshType, Problem >
 NavierStokes Simulation class. More...
 
struct  NavierStokes< MeshType, Problem >::RESULT_CHANGED_EXCEPTION
 
struct  NavierStokes< MeshType, Problem >::Private
 

Enumerations

enum  TimeScheme {
  BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1,
  BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO,
  BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE,
  BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1,
  BDF_ORDER_TWO, BDF_ORDER_THREE, BDF_ORDER_ONE = 1, BDF_ORDER_TWO = 2,
  BDF_ORDER_THREE = 3, BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE,
  BDF_ORDER_ONE = 1, BDF_ORDER_TWO, BDF_ORDER_THREE
}
 

Functions

Real zero_scalar (const Real &, const Real &, const Real &, const Real &, const ID &)
 Null function used to define the boundary conditions. More...
 
std::set< UIntparseList (const std::string &list)
 Parse a string using "," to separate values and return a set of value. More...
 

Detailed Description

Author
Davide Forti david.nosp@m.e.fo.nosp@m.rti@e.nosp@m.pfl..nosp@m.ch
Date
2014-02-06

Definition in file navierStokes.hpp.

Enumeration Type Documentation

◆ TimeScheme

enum TimeScheme
Enumerator
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 
BDF_ORDER_ONE 
BDF_ORDER_TWO 
BDF_ORDER_THREE 

Definition at line 53 of file navierStokes.hpp.

Function Documentation

◆ zero_scalar()

Real zero_scalar ( const Real ,
const Real ,
const Real ,
const Real ,
const ID  
)

Null function used to define the boundary conditions.

Parameters
tCurrent time
xx-position
yy-position
zz-position
iith component of the returned value of the function

Definition at line 254 of file navierStokes.hpp.

◆ parseList()

std::set<UInt> parseList ( const std::string &  list)

Parse a string using "," to separate values and return a set of value.

Parameters
listString containing the list of desired value separated by ","

Definition at line 268 of file navierStokes.hpp.