Navigation
API > API/Runtime > API/Runtime/Chaos
Tetrahedral constraint using fixed corotated + muscle fiber constitutive model Fixed corotated: [Stomakhin et al., 2012] Muscle fiber: [Blemker et al., 2005]
| Name | FXPBDCorotatedFiberTetrahedralConstraints |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/XPBDCorotatedFiberConstraints.h |
| Include Path | #include "Chaos/XPBDCorotatedFiberConstraints.h" |
Syntax
class FXPBDCorotatedFiberTetrahedralConstraints : public Chaos::Softs::FXPBDCorotatedTetrahedralConstraints
Inheritance Hierarchy
- FXPBDCorotatedTetrahedralConstraints → FXPBDCorotatedFiberTetrahedralConstraints
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FXPBDCorotatedFiberTetrahedralConstraints
(
const FSolverParticles& InParticles, |
This one only accepts tetmesh input and mesh | Chaos/XPBDCorotatedFiberConstraints.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FXPBDCorotatedFiberTetrahedralConstraints() |
Chaos/XPBDCorotatedFiberConstraints.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | FXPBDCorotatedTetrahedralConstraints | Chaos/XPBDCorotatedFiberConstraints.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlphaActivation | FSolverReal | Chaos/XPBDCorotatedFiberConstraints.h | ||
| DmInverse | TArray< FSolverReal > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| FiberDir | TVector< FSolverReal, 3 > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| LambdaArray | TArray< FSolverReal > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| Measure | TArray< FSolverReal > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| MeshConstraints | TArray< TVector< int32, 4 > > | Chaos/XPBDCorotatedFiberConstraints.h | ||
| SigmaMax | FSolverReal | Material constants calculated from E: | Chaos/XPBDCorotatedFiberConstraints.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TVector< FSolverReal, 3 > GetFiberDir() |
Chaos/XPBDCorotatedFiberConstraints.h | ||
| Chaos/XPBDCorotatedFiberConstraints.h | |||
void SetActivation
(
const FSolverReal AlphaIn |
Chaos/XPBDCorotatedFiberConstraints.h | ||
void SetTime
(
const float Time |
Chaos/XPBDCorotatedFiberConstraints.h |
Public Virtual
Overridden from FXPBDCorotatedTetrahedralConstraints
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyInSerial
(
FSolverParticlesRange& Particles, |
Chaos/XPBDCorotatedFiberConstraints.h |