LifeV
WSS Class Reference
+ Collaboration diagram for WSS:

Data Structures

struct  Private
 

Public Types

typedef LifeV::RegionMesh< LinearTetramesh_Type
 
typedef LifeV::Exporter< mesh_Typefilter_Type
 
typedef std::shared_ptr< LifeV::Exporter< mesh_Type > > filterPtr_Type
 
typedef LifeV::ExporterEmpty< mesh_TypeemptyFilter_Type
 
typedef std::shared_ptr< emptyFilter_TypeemptyFilterPtr_Type
 
typedef LifeV::ExporterEnsight< mesh_TypeensightFilter_Type
 
typedef std::shared_ptr< ensightFilter_TypeensightFilterPtr_Type
 

Private Member Functions

void run2d ()
 run the 2D driven cylinder simulation More...
 
void run3d ()
 run the 3D driven cylinder simulation More...
 

Private Attributes

std::shared_ptr< Privateparameters
 
filterPtr_Type M_importer
 

Constructors, destructor

 WSS (int argc, char **argv, std::shared_ptr< Epetra_Comm > structComm)
 
 ~WSS ()
 
void run ()
 

Detailed Description

Member Typedef Documentation

◆ mesh_Type

◆ filter_Type

◆ filterPtr_Type

typedef std::shared_ptr< LifeV::Exporter<mesh_Type > > filterPtr_Type

◆ emptyFilter_Type

◆ emptyFilterPtr_Type

typedef std::shared_ptr<emptyFilter_Type> emptyFilterPtr_Type

◆ ensightFilter_Type

◆ ensightFilterPtr_Type

Constructor & Destructor Documentation

◆ WSS()

WSS ( int  argc,
char **  argv,
std::shared_ptr< Epetra_Comm >  structComm 
)

Definition at line 176 of file lifev/navier_stokes/examples/computeWSS/main.cpp.

+ Here is the caller graph for this function:

◆ ~WSS()

~WSS ( )
inline

Member Function Documentation

◆ run()

void run ( )
inline

Definition at line 134 of file lifev/navier_stokes/examples/computeWSS/main.cpp.

+ Here is the caller graph for this function:

◆ run2d()

void run2d ( )
private

run the 2D driven cylinder simulation

Definition at line 198 of file lifev/navier_stokes/examples/computeWSS/main.cpp.

◆ run3d()

void run3d ( )
private

run the 3D driven cylinder simulation

dataElasticStructure for parameters

Read and partition mesh

  1. Creation of the importers to read the solution (u,p)
  2. Post-processing setting

    Analysis - Istant or Interval

Definition of the ExporterData, used to load the solution inside the previously defined vectors

------------------------------------------—.--------------------------------------------------—

Definition at line 206 of file lifev/navier_stokes/examples/computeWSS/main.cpp.

+ Here is the caller graph for this function:

Field Documentation

◆ parameters

std::shared_ptr<Private> parameters
private

◆ M_importer

filterPtr_Type M_importer
private

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