chrono::fsi Namespace Reference
Description
Namespace with classes for the FSI module.
Namespaces | |
| sph | |
| Namespace with internal classes for the SPH-based FSI submodule. | |
| tdpf | |
| Namespace with internal classes for the TDPF-based FSI submodule. | |
Classes | |
| class | ChBenchmarkFixture |
| Generic benchmark fixture for Chrono tests. More... | |
| class | ChBenchmarkTest |
| Base class for a Chrono FSI benchmark test. More... | |
| class | ChFsiFluidSystem |
| Base class for an FSI-aware fluid solver. More... | |
| class | ChFsiInterface |
| Base class for interfacing between a Chrono system and an FSI-aware fluid system. More... | |
| class | ChFsiInterfaceGeneric |
| Generic FSI interface between a Chrono multibody system and a fluid system. More... | |
| class | ChFsiSystem |
| Base class for a system for fluid-solid interaction problems. More... | |
| struct | FsiBody |
| Description of a rigid body exposed to the FSI system. More... | |
| struct | FsiBodyForce |
| Definition of a body wrench (force + torque). More... | |
| struct | FsiBodyState |
| Definition of a body state. More... | |
| struct | FsiMesh1D |
| Description of an FEA mesh surface with 1-D segments exposed to the FSI system. More... | |
| struct | FsiMesh2D |
| Description of an FEA mesh surface with 2-D faces exposed to the FSI system. More... | |
| struct | FsiMeshForce |
| Definition of a node forces for a mesh. More... | |
| struct | FsiMeshState |
| Definition of node states for a mesh. More... | |
Enumerations | |
| enum | NodeDirectionsMode { NodeDirectionsMode::NONE, NodeDirectionsMode::AVERAGE, NodeDirectionsMode::EXACT } |
| Methods for providing FEA node direction information. More... | |
Functions | |
| void | CalculateDirectionsMesh1D (const FsiMesh1D &mesh, FsiMeshState &states) |
| void | CalculateDirectionsMesh2D (const FsiMesh2D &mesh, FsiMeshState &states) |