16#ifndef Champ_Ostwald_VEF_included
17#define Champ_Ostwald_VEF_included
19#include <Champ_Ostwald.h>
20#include <Champ_P1NC.h>
void calculer_mu(DoubleTab &)
Compute the viscosity mu as a function of the consistency and the structure index using the Ostwald l...
void init_mu(DoubleTab &)
Initialize the field.
OBS_PTR(Champ_P1NC) mon_champ_
int initialiser(const double temps) override
DOES NOTHING.
void associer_eqn(const Navier_Stokes_std &)
void me_calculer(double tps) override
Compute the Ostwald field: compute D::D then compute mu.
void associer_champ(const Champ_P1NC &un_champ)
const Champ_P1NC & mon_champs() const
OBS_PTR(Navier_Stokes_std) eq_hydraulique
void calculer_dscald(DoubleTab &)
void mettre_a_jour(double temps) override
Update the parameter mu at the given time.
Champ_Ostwald Represents a field that varies as a function of consistency and.
Navier_Stokes_std This class carries the terms of the momentum equation.