LifeV
|
File containing the boundary conditions for the Monolithic Test. More...
#include "lifev/core/LifeV.hpp"
#include "lifev/core/fem/BCHandler.hpp"
#include "lifev/fsi/solver/FSIMonolithicGE.hpp"
#include "lifev/fsi/solver/FSIMonolithicGI.hpp"
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Macros | |
#define | OUTLET 3 |
#define | INLET 2 |
#define | FLUIDINTERFACE 1 |
#define | SOLIDINTERFACE 1 |
#define | OUTERWALL 10 |
#define | RING 2 |
#define | RING2 3 |
#define | INOUTEDGE 20 |
#define | INEDGE 30 |
Functions | |
Real | fZero (const Real &t, const Real &x, const Real &y, const Real &z, const ID &i) |
Real | u2normal (const Real &, const Real &, const Real &, const Real &, const ID &) |
FSIOperator::fluidBchandlerPtr_Type | BCh_harmonicExtension (FSIOperator &_oper) |
FSIOperator::fluidBchandlerPtr_Type | BCh_monolithicFluid (FSIOperator &_oper) |
FSIOperator::solidBchandlerPtr_Type | BCh_monolithicSolid (FSIOperator &_oper) |
FSIOperator::fluidBchandlerPtr_Type | BCh_monolithicFlux (bool) |
File containing the boundary conditions for the Monolithic Test.
Contains the functions to be assigned as boundary conditions, in the file boundaryConditions.hpp . The functions can depend on time and space, while they can take in input an ID specifying one of the three principal axis if the functions to assign is vectorial and the boundary condition is of type Full
.
Definition in file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define OUTLET 3 |
Definition at line 53 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define INLET 2 |
Definition at line 54 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define FLUIDINTERFACE 1 |
Definition at line 55 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define SOLIDINTERFACE 1 |
Definition at line 56 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define OUTERWALL 10 |
Definition at line 57 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define RING 2 |
Definition at line 58 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define RING2 3 |
Definition at line 59 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define INOUTEDGE 20 |
Definition at line 60 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.
#define INEDGE 30 |
Definition at line 61 of file fsi/examples/benchmark_GreenshieldsWeller/boundaryConditions.hpp.