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>
#include "flowConditions.hpp"
#include "resistance.hpp"
#include "ud_functions.hpp"
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Macros | |
#define | INLET 2 |
#define | INLETRING 20 |
#define | OUTLET 3 |
#define | OUTLETRING 30 |
#define | FLUIDINTERFACE 200 |
#define | SOLIDINTERFACE 200 |
#define | INLETWALL 2 |
#define | INLETWALL_INTRING 20 |
#define | INLETWALL_OUTRING 21 |
#define | OUTLETWALL 3 |
#define | OUTLETWALL_INTRING 30 |
#define | OUTLETWALL_OUTRING 31 |
#define | OUTERWALL 210 |
Functions | |
FSIOperator::fluidBchandlerPtr_Type | BCh_harmonicExtension (FSIOperator &_oper) |
FSIOperator::fluidBchandlerPtr_Type | BCh_monolithicFlux (bool) |
FSIOperator::fluidBchandlerPtr_Type | BCh_monolithicFluid (FSIOperator &_oper, bool const &, ImplicitResistance &resistanceBC) |
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/example_SmoothAneurysm/boundaryConditions.hpp.
#define INLET 2 |
Definition at line 58 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define INLETRING 20 |
Definition at line 59 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define OUTLET 3 |
Definition at line 60 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define OUTLETRING 30 |
Definition at line 61 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define FLUIDINTERFACE 200 |
Definition at line 62 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define SOLIDINTERFACE 200 |
Definition at line 64 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define INLETWALL 2 |
Definition at line 65 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define INLETWALL_INTRING 20 |
Definition at line 66 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define INLETWALL_OUTRING 21 |
Definition at line 67 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define OUTLETWALL 3 |
Definition at line 69 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define OUTLETWALL_INTRING 30 |
Definition at line 70 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define OUTLETWALL_OUTRING 31 |
Definition at line 71 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.
#define OUTERWALL 210 |
Definition at line 73 of file fsi/examples/example_SmoothAneurysm/boundaryConditions.hpp.