Versions of the muscle model of Martins et al.: A numerical model of passive and active bahevaior of skeletal muscles. Comp. Meth. Appl. Mech. Eng. 151:419-433, 1998. More...
#include "../../LinearAlgebra/modifiedPrincipalInvariants.hh"
#include "../../LinearAlgebra/modifiedMixedInvariants.hh"
#include "../../LinearAlgebra/strainTensor.hh"
#include "../../LinearAlgebra/tensorProduct.hh"
#include "../../CMath/exp.hh"
#include "../volumetricPenaltyFunctions.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::incompressibleMuscleTissue_Martins (double c, double b, double A, double a, const Matrix &M, const Matrix &F) |
Incompressible version of the model for muscle tissue of Martins et al.: A numerical model of passive and active bahevaior of skeletal muscles. Comp. Meth. Appl. Mech. Eng. 151:419-433, 1998. More... | |
template<class Matrix , int offset = LinearAlgebra::dimension<Matrix>()> | |
auto | RFFGen::incompressibleMuscleTissue_Martins (const Matrix &M, const Matrix &F) |
Incompressible version of the model for muscle tissue of Martins et al.: A numerical model of passive and active bahevaior of skeletal muscles. Comp. Meth. Appl. Mech. Eng. 151:419-433, 1998. More... | |
template<class Inflation , class Compression , class Matrix , int offset = LinearAlgebra::dimension<Matrix>()> | |
auto | RFFGen::compressibleMuscleTissue_Martins (double c, double b, double A, double a, double d0, double d1, const Matrix &M, const Matrix &F) |
Compressible version of the model for muscle tissue of Martins et al.: A numerical model of passive and active bahevaior of skeletal muscles. Comp. Meth. Appl. Mech. Eng. 151:419-433, 1998. More... | |
template<class Inflation , class Compression , class Matrix , int offset = LinearAlgebra::dimension<Matrix>()> | |
auto | RFFGen::compressibleMuscleTissue_Martins (double d0, double d1, const Matrix &M, const Matrix &F) |
Compressible version of the model for muscle tissue of Martins et al.: A numerical model of passive and active bahevaior of skeletal muscles. Comp. Meth. Appl. Mech. Eng. 151:419-433, 1998. More... | |
Versions of the muscle model of Martins et al.: A numerical model of passive and active bahevaior of skeletal muscles. Comp. Meth. Appl. Mech. Eng. 151:419-433, 1998.