16#ifndef Equation_Navier_Cauchy_included
17#define Equation_Navier_Cauchy_included
19#include <Operateur_Diff.h>
20#include <Equation_base.h>
21#include <Milieu_Elasticite.h>
75 void update_velocity();
80 OWN_PTR(
Champ_Fonc_base) von_mises_, contraintes_, deformations_, vitesse_noeuds_;
class Champ_Don_base base class of Given Fields (not calculated)
class Champ_Fonc_base Base class of fields that are functions of a calculated quantity
class Champ_base This class is the base of the fields hierarchy.
Class defining operators and methods for all reading operation in an input flow (file,...
Navier–Cauchy equation for small-strain linear elasticity.
void set_param(Param ¶m) const override
const Motcle & domaine_application() const override
Returns "indeterminate" Navier_Stokes_standard for example overrides this method.
Champ_Inc_base & inconnue() override
void associer_milieu_base(const Milieu_base &) override
const Champ_Inc_base & inconnue() const override
void discretiser() override
Discretizes the equation.
Milieu_base & milieu() override
int lire_motcle_non_standard(const Motcle &mot, Entree &is) override
Reads non-simple-type parameters of an Objet_U from an input stream.
int nombre_d_operateurs() const override
virtual const Champ_Don_base & diffusivite_pour_transport() const
const Operateur & operateur(int) const override
void valider_iteration() override
virtual method to correct the unknown during implicit iterations for example K-eps must remain positi...
virtual const Champ_base & diffusivite_pour_pas_de_temps() const
void mettre_a_jour(double temps) override
The value of the unknown at the time step has been calculated.
const Milieu_base & milieu() const override
class Equation_base The role of an equation is the calculation of one or more fields....
Isotropic small-strain linear elastic medium.
Milieu_base This class is the base of the (physical) medium hierarchy.
A character string (Nom) in uppercase.
Operateur_Diff Generic class of the hierarchy of operators representing a diffusion.
class Operateur Generic class of the operator hierarchy.
Helper class to factorize the readOn method of Objet_U classes.