Model for adipose tissue of Sommer et al.: Multiaxial mechanical properties and constitutive modeling of human adipose tissue: A basis for preoperative simulations in plastic and reconstructive surgery. Acta Biomater., 9:9036-9048, 2013. More...
#include "../../LinearAlgebra/principalInvariants.hh"#include "../../LinearAlgebra/mixedInvariants.hh"#include "../../LinearAlgebra/strainTensor.hh"#include "../../LinearAlgebra/tensorProduct.hh"#include "../../CMath/exp.hh"#include "../../generate.hh"Go to the source code of this file.
Namespaces | |
| RFFGen | |
| Main namespace of the RFFGen library. | |
Functions | |
| template<class Matrix , int offset = LinearAlgebra::dimension<Matrix>()> | |
| auto | RFFGen::incompressibleAdiposeTissue_SommerHolzapfel (double cCells, double k1, double k2, double kappa, const Matrix &M, const Matrix &F) |
| Model for adipose tissue of Sommer et al.: Multiaxial mechanical properties and constitutive modeling of human adipose tissue: A basis for preoperative simulations in plastic and reconstructive surgery. Acta Biomater., 9:9036-9048, 2013. More... | |
| template<class Matrix , int offset = LinearAlgebra::dimension<Matrix>()> | |
| auto | RFFGen::incompressibleAdiposeTissue_SommerHolzapfel (const Matrix &M, const Matrix &F) |
| Model for adipose tissue of Sommer et al.: Multiaxial mechanical properties and constitutive modeling of human adipose tissue: A basis for preoperative simulations in plastic and reconstructive surgery. Acta Biomater., 9:9036-9048, 2013. More... | |
| template<class Inflation , class Compression , class Matrix , int offset = LinearAlgebra::dimension<Matrix>()> | |
| auto | RFFGen::compressibleAdiposeTissue_SommerHolzapfel (double cCells, double k1, double k2, double kappa, double d0, double d1, const Matrix &M, const Matrix &F) |
| Compressible version of the model for adipose tissue of Sommer et al.: Multiaxial mechanical properties and constitutive modeling of human adipose tissue: A basis for preoperative simulations in plastic and reconstructive surgery. Acta Biomater., 9:9036-9048, 2013. More... | |
| template<class Inflation , class Compression , class Matrix , int offset = LinearAlgebra::dimension<Matrix>()> | |
| auto | RFFGen::compressibleAdiposeTissue_SommerHolzapfel (double d0, double d1, const Matrix &M, const Matrix &F) |
Compressible version of the model for adipose tissue of Sommer et al.: Multiaxial mechanical properties and constitutive modeling of human adipose tissue: A basis for preoperative simulations in plastic and reconstructive surgery. Acta Biomater., 9:9036-9048, 2013. Material parameters are taken from the same publication, Table 2, i.e. , , and . More... | |
Model for adipose tissue of Sommer et al.: Multiaxial mechanical properties and constitutive modeling of human adipose tissue: A basis for preoperative simulations in plastic and reconstructive surgery. Acta Biomater., 9:9036-9048, 2013.
1.8.6