LifeV
|
File containing the boundary conditions for the Monolithic Test. More...
#include "ud_functions.hpp"
#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 200 |
#define | OUTERWALL 210 |
#define | SOLIDINTERFACE 200 |
#define | RING 2 |
#define | RING3 3 |
#define | RING4 4 |
#define | RING5 5 |
#define | RING6 6 |
#define | INOUTEDGE 20 |
Functions | |
FSIOperator::fluidBchandlerPtr_Type | BCh_harmonicExtension (FSIOperator &_oper) |
FSIOperator::fluidBchandlerPtr_Type | BCh_monolithicFlux () |
FSIOperator::fluidBchandlerPtr_Type | BCh_monolithicFluid (FSIOperator &_oper) |
FSIOperator::solidBchandlerPtr_Type | BCh_monolithicSolid (FSIOperator &_oper) |
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/challenge_VPH/boundaryConditions.hpp.
#define OUTLET 3 |
Definition at line 55 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define INLET 2 |
Definition at line 56 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define FLUIDINTERFACE 200 |
Definition at line 57 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define OUTERWALL 210 |
Definition at line 58 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define SOLIDINTERFACE 200 |
Definition at line 59 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define RING 2 |
Definition at line 61 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define RING3 3 |
Definition at line 62 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define RING4 4 |
Definition at line 63 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define RING5 5 |
Definition at line 64 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define RING6 6 |
Definition at line 65 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.
#define INOUTEDGE 20 |
Definition at line 66 of file fsi/examples/challenge_VPH/boundaryConditions.hpp.