LifeV
|
File containing the boundary conditions for the Monolithic Test. More...
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Macros | |
#define | OUTLET 3 |
#define | INLET 2 |
#define | WALL 1 |
#define | INOUTEDGE 20 |
#define | OUTERWALL 10 |
#define | FLUIDINTERFACE 1 |
Functions | |
bcPtr_Type | BCh_fluid () |
bcPtr_Type | BCh_structure () |
bcPtr_Type | BCh_ale () |
bcPtr_Type | BCh_interfaceFluid () |
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_blocks/testsuite/fsi_tube/boundaryConditions.hpp.
#define OUTLET 3 |
Definition at line 48 of file fsi_blocks/testsuite/fsi_tube/boundaryConditions.hpp.
#define INLET 2 |
Definition at line 49 of file fsi_blocks/testsuite/fsi_tube/boundaryConditions.hpp.
#define WALL 1 |
Definition at line 50 of file fsi_blocks/testsuite/fsi_tube/boundaryConditions.hpp.
#define INOUTEDGE 20 |
Definition at line 51 of file fsi_blocks/testsuite/fsi_tube/boundaryConditions.hpp.
#define OUTERWALL 10 |
Definition at line 52 of file fsi_blocks/testsuite/fsi_tube/boundaryConditions.hpp.
#define FLUIDINTERFACE 1 |
Definition at line 53 of file fsi_blocks/testsuite/fsi_tube/boundaryConditions.hpp.