LifeV
|
#include <lifev/navier_stokes/solver/OseenSolver.hpp>
#include <lifev/core/mesh/ElementShapes.hpp>
#include <lifev/core/mesh/MeshData.hpp>
#include <lifev/core/array/MatrixEpetra.hpp>
#include <lifev/core/array/MapEpetra.hpp>
#include <lifev/core/mesh/MeshPartitioner.hpp>
#include <lifev/navier_stokes/solver/OseenData.hpp>
#include <lifev/core/fem/FESpace.hpp>
#include <lifev/navier_stokes/fem/TimeAdvanceBDFNavierStokes.hpp>
#include <lifev/core/filter/ExporterEnsight.hpp>
#include <lifev/core/filter/ExporterHDF5.hpp>
#include <lifev/core/filter/ExporterEmpty.hpp>
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< UInt > | parseList (const std::string &list) |
Parse a string using "," to separate values and return a set of value. More... | |
Definition in file navierStokes.hpp.
enum TimeScheme |
Definition at line 53 of file navierStokes.hpp.
Null function used to define the boundary conditions.
t | Current time |
x | x-position |
y | y-position |
z | z-position |
i | ith component of the returned value of the function |
Definition at line 254 of file navierStokes.hpp.
std::set<UInt> parseList | ( | const std::string & | list | ) |
Parse a string using "," to separate values and return a set of value.
list | String containing the list of desired value separated by "," |
Definition at line 268 of file navierStokes.hpp.