LifeV
ResistanceTest::Private Struct Reference
+ Collaboration diagram for ResistanceTest::Private:

Public Types

typedef std::function< Real(Real const &, Real const &, Real const &, Real const &, ID const &) > fct_Type
 

Public Member Functions

 Private ()
 

Static Public Member Functions

static Real fluxFunctionAneurysm (const Real &t, const Real &, const Real &, const Real &, const ID &)
 
static Real aneurismFluxInVectorial (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i)
 
static Real zeroBCF (const Real &, const Real &, const Real &, const Real &, const ID &i)
 

Data Fields

double Re
 
std::string data_file_name
 
double nu
 viscosity (in m^2/s) More...
 
double H
 height and width of the domain (in m) More...
 
double D
 diameter of the cylinder (in m) More...
 
bool centered
 true if the cylinder is at the origin More...
 
std::string initial_sol
 
std::shared_ptr< Epetra_Comm > comm
 

Detailed Description

Member Typedef Documentation

◆ fct_Type

typedef std::function<Real ( Real const&, Real const&, Real const&, Real const&, ID const& ) > fct_Type

Constructor & Destructor Documentation

◆ Private()

Private ( )
inline

Member Function Documentation

◆ fluxFunctionAneurysm()

static Real fluxFunctionAneurysm ( const Real t,
const Real ,
const Real ,
const Real ,
const ID  
)
inlinestatic

Definition at line 142 of file navier_stokes/examples/resistanceBCs/resistance.cpp.

+ Here is the caller graph for this function:

◆ aneurismFluxInVectorial()

static Real aneurismFluxInVectorial ( const Real t,
const Real x,
const Real y,
const Real z,
const ID i 
)
inlinestatic

◆ zeroBCF()

static Real zeroBCF ( const Real ,
const Real ,
const Real ,
const Real ,
const ID i 
)
inlinestatic

Field Documentation

◆ Re

◆ data_file_name

std::string data_file_name

◆ nu

double nu

viscosity (in m^2/s)

Definition at line 130 of file navier_stokes/examples/resistanceBCs/resistance.cpp.

◆ H

double H

height and width of the domain (in m)

Definition at line 132 of file navier_stokes/examples/resistanceBCs/resistance.cpp.

◆ D

double D

diameter of the cylinder (in m)

Definition at line 133 of file navier_stokes/examples/resistanceBCs/resistance.cpp.

◆ centered

bool centered

true if the cylinder is at the origin

Definition at line 134 of file navier_stokes/examples/resistanceBCs/resistance.cpp.

◆ initial_sol

std::string initial_sol

◆ comm

std::shared_ptr<Epetra_Comm> comm

The documentation for this struct was generated from the following file: