Models based on the Mooney-Rivlin material law. Input argument is the deformation gradient. More...
#include <iostream>#include "../../identity.hh"#include "../../LinearAlgebra/strainTensor.hh"#include "../../LinearAlgebra/unitMatrix.hh"#include "../../LinearAlgebra/principalInvariants.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::incompressibleMooneyRivlin (double c0, double c1, const Matrix &F) |
Generate an "incompressible" Mooney-Rivlin material law , where is the first and the second principal matrix invariant. | |
| template<class InflationPenalty , class CompressionPenalty , class Matrix , int offset = LinearAlgebra::dimension<Matrix>()> | |
| auto | RFFGen::compressibleMooneyRivlin (double c0, double c1, double d0, double d1, const Matrix &F) |
Generate a compressible Mooney-Rivlin material law , where is the first and the second principal matrix invariant. | |
Models based on the Mooney-Rivlin material law. Input argument is the deformation gradient.
1.8.6