iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Public Attributes | List of all members
imstk::PbdFemConstraintConfig Struct Reference

Either mu/lambda used, may be computed from youngs modulus and poissons ratio. More...

#include <imstkPbdFemConstraint.h>

Public Member Functions

 PbdFemConstraintConfig (double mu, double lambda, double youngModulus, double poissonRatio)
 
void setYoungAndPoisson (double youngModulus, double poissonRatio)
 
void setMuAndLambda (double mu, double lambda)
 

Public Attributes

double m_mu = 0.0
 Lame constant, if constraint type is Fem.
 
double m_lambda = 0.0
 Lame constant, if constraint type is Fem.
 
double m_YoungModulus = 1000
 Fem parameter, if constraint type is Fem.
 
double m_PoissonRatio = 0.2
 Fem parameter, if constraint type is Fem.
 

Detailed Description

Either mu/lambda used, may be computed from youngs modulus and poissons ratio.

Definition at line 18 of file imstkPbdFemConstraint.h.


The documentation for this struct was generated from the following file: