LifeV
NavierStokes< MeshType, Problem >::Private Struct Reference

#include <navierStokes.hpp>

+ Collaboration diagram for NavierStokes< MeshType, Problem >::Private:

Public Types

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

Public Member Functions

 Private ()
 

Data Fields

double Re
 
std::string data_file_name
 
double nu
 
bool steady
 
std::shared_ptr< Epetra_Comm > comm
 

Detailed Description

template<typename MeshType, typename Problem>
struct NavierStokes< MeshType, Problem >::Private

Definition at line 289 of file navierStokes.hpp.

Member Typedef Documentation

◆ fct_Type

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

Definition at line 296 of file navierStokes.hpp.

Constructor & Destructor Documentation

◆ Private()

Private ( )
inline

Definition at line 291 of file navierStokes.hpp.

Field Documentation

◆ Re

double Re

Definition at line 298 of file navierStokes.hpp.

◆ data_file_name

std::string data_file_name

Definition at line 300 of file navierStokes.hpp.

◆ nu

double nu

Definition at line 302 of file navierStokes.hpp.

◆ steady

bool steady

Definition at line 305 of file navierStokes.hpp.

◆ comm

std::shared_ptr<Epetra_Comm> comm

Definition at line 306 of file navierStokes.hpp.


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