LifeV
|
#include "lifev/core/LifeV.hpp"
#include "ud_functions.hpp"
#include "lifev/core/fem/BCHandler.hpp"
#include "lifev/core/fem/BCFunction.hpp"
#include "lifev/fsi/solver/FSIExactJacobian.hpp"
#include "lifev/fsi/solver/FSIFixedPoint.hpp"
Go to the source code of this file.
Namespaces | |
LifeV | |
Default Physical Solver. | |
Macros | |
#define | OUTLET 3 |
#define | INLET 2 |
#define | FLUIDINTERFACE 100 |
#define | SOLIDINTERFACE 100 |
#define | OUTERWALL 1000 |
#define | RING 2 |
#define | RING2 3 |
#define | INOUTEDGE 20 |
#define | INEDGE 30 |
Functions | |
FSIOperator::fluidBchandlerPtr_Type | BCh_harmonicExtension (FSIOperator &_oper) |
FSIOperator::fluidBchandlerPtr_Type | BCh_fluid (FSIOperator &_oper) |
FSIOperator::fluidBchandlerPtr_Type | BCh_fluidInv (FSIOperator &_oper) |
FSIOperator::fluidBchandlerPtr_Type | BCh_fluidLin (FSIOperator &_oper) |
FSIOperator::solidBchandlerPtr_Type | BCh_solid (FSIOperator &_oper) |
FSIOperator::solidBchandlerPtr_Type | BCh_solidLin (FSIOperator &_oper) |
FSIOperator::solidBchandlerPtr_Type | BCh_solidInvLin (FSIOperator &_oper) |
Definition in file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define OUTLET 3 |
Definition at line 47 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define INLET 2 |
Definition at line 48 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define FLUIDINTERFACE 100 |
Definition at line 49 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define SOLIDINTERFACE 100 |
Definition at line 50 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define OUTERWALL 1000 |
Definition at line 51 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define RING 2 |
Definition at line 52 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define RING2 3 |
Definition at line 53 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define INOUTEDGE 20 |
Definition at line 54 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.
#define INEDGE 30 |
Definition at line 55 of file fsi/testsuite/fsi_segregated/boundaryConditions.hpp.