LifeV
|
#include <Epetra_ConfigDefs.h>
#include <Epetra_SerialComm.h>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/array/MapEpetra.hpp>
#include <lifev/core/mesh/MeshData.hpp>
#include <lifev/core/mesh/MeshPartitioner.hpp>
#include <lifev/navier_stokes/solver/OseenData.hpp>
#include <lifev/navier_stokes/fem/TimeAdvanceBDFNavierStokes.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/filter/ExporterEnsight.hpp>
#include <lifev/navier_stokes/solver/OseenSolver.hpp>
#include "cylinder.hpp"
#include <iostream>
Go to the source code of this file.
Data Structures | |
struct | Cylinder::Private |
Typedefs | |
typedef RegionMesh< LinearTetra > | mesh_Type |
Functions | |
Real | zero_scalar (const Real &, const Real &, const Real &, const Real &, const ID &) |
Real | u2 (const Real &t, const Real &, const Real &, const Real &, const ID &i) |
void | postProcessFluxesPressures (OseenSolver< mesh_Type > &nssolver, BCHandler &bcHandler, const LifeV::Real &t, bool _verbose) |
Variables | |
const int | INLET = 2 |
const int | WALL = 1 |
const int | OUTLET = 3 |
const int | RINGIN = 20 |
const int | RINGOUT = 30 |
Definition in file cylinder.cpp.
typedef RegionMesh<LinearTetra> mesh_Type |
Definition at line 63 of file cylinder.cpp.
Definition at line 72 of file cylinder.cpp.
Definition at line 81 of file cylinder.cpp.
void postProcessFluxesPressures | ( | OseenSolver< mesh_Type > & | nssolver, |
BCHandler & | bcHandler, | ||
const LifeV::Real & | t, | ||
bool | _verbose | ||
) |
Definition at line 107 of file cylinder.cpp.
const int INLET = 2 |
Definition at line 65 of file cylinder.cpp.
const int WALL = 1 |
Definition at line 66 of file cylinder.cpp.
const int OUTLET = 3 |
Definition at line 67 of file cylinder.cpp.
const int RINGIN = 20 |
Definition at line 68 of file cylinder.cpp.
const int RINGOUT = 30 |
Definition at line 69 of file cylinder.cpp.