ANS-1-1
Functions
StructureTermsALE Namespace Reference

Functions

template<int dim>
Tensor< 2, dim > get_E (const Tensor< 2, dim > F_T, const Tensor< 2, dim > F, const Tensor< 2, dim > Identity)
template<int dim>
double get_tr_E (const Tensor< 2, dim > E)
template<int dim>
double get_tr_E_LinU (unsigned int q, const std::vector< std::vector< Tensor< 1, dim > > > old_solution_grads, const Tensor< 2, dim > phi_i_grads_u)

Detailed Description

In the third namespace, we summarize the constitutive relations for the structure equations.


Function Documentation

template<int dim>
Tensor<2,dim> StructureTermsALE::get_E ( const Tensor< 2, dim >  F_T,
const Tensor< 2, dim >  F,
const Tensor< 2, dim >  Identity 
) [inline]

Definition at line 739 of file step-fsi.cc.

template<int dim>
double StructureTermsALE::get_tr_E ( const Tensor< 2, dim >  E) [inline]

Definition at line 749 of file step-fsi.cc.

template<int dim>
double StructureTermsALE::get_tr_E_LinU ( unsigned int  q,
const std::vector< std::vector< Tensor< 1, dim > > >  old_solution_grads,
const Tensor< 2, dim >  phi_i_grads_u 
) [inline]

Definition at line 757 of file step-fsi.cc.