![]() |
LifeV
|
FSI3DBoundaryStressFunction - The FSI3D coupling function. More...
#include <MultiscaleModelFSI3D.hpp>
Collaboration diagram for FSI3DBoundaryStressFunction:Private Attributes | |
| function_Type | M_function |
| Real | M_delta |
Type definitions | |
| typedef MultiscaleInterface::function_Type | function_Type |
Constructors & Destructor | |
| FSI3DBoundaryStressFunction () | |
| Constructor. More... | |
| virtual | ~FSI3DBoundaryStressFunction () |
| Destructor. More... | |
Methods | |
| Real | function (const Real &t, const Real &x, const Real &y, const Real &z, const UInt &id) |
| Evaluate the coupling quantity. More... | |
Set methods | |
| void | setDelta (const Real &delta) |
| Set the offset to be applied to the boundary condition. More... | |
| void | setFunction (const function_Type &function) |
| Set the area function. More... | |
Unimplemented Methods | |
| FSI3DBoundaryStressFunction (const FSI3DBoundaryStressFunction &boundaryFunction) | |
| FSI3DBoundaryStressFunction & | operator= (const FSI3DBoundaryStressFunction &boundaryFunction) |
FSI3DBoundaryStressFunction - The FSI3D coupling function.
This simple class provides the implementation for the BC function used by the FSI3D model in order to apply an offset to the coupling quantity (e.g.: to remove the wall pressure).
Definition at line 604 of file MultiscaleModelFSI3D.hpp.
Definition at line 611 of file MultiscaleModelFSI3D.hpp.
|
inlineexplicit |
Constructor.
Definition at line 620 of file MultiscaleModelFSI3D.hpp.
|
inlinevirtual |
Destructor.
Definition at line 623 of file MultiscaleModelFSI3D.hpp.
|
private |
|
inline |
Evaluate the coupling quantity.
Definition at line 635 of file MultiscaleModelFSI3D.hpp.
|
inline |
Set the offset to be applied to the boundary condition.
| delta | offset to be applied to the boundary condition |
Definition at line 650 of file MultiscaleModelFSI3D.hpp.
|
inline |
Set the area function.
| function | area function |
Definition at line 659 of file MultiscaleModelFSI3D.hpp.
|
private |
|
private |
Definition at line 677 of file MultiscaleModelFSI3D.hpp.
|
private |
Definition at line 678 of file MultiscaleModelFSI3D.hpp.