16#include <Pb_Conduction.h>
Class defining operators and methods for all reading operation in an input flow (file,...
class Equation_base The role of an equation is the calculation of one or more fields....
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Class Pb_Conduction: represents a heat conduction problem with non-uniform rho and Cp:
int nombre_d_equations() const override
Returns the number of equations in the problem.
const Equation_base & equation(int) const override
Returns the Conduction equation when i = 0 (const version).
class Probleme_base It is a Probleme_U that is not a coupling.
Base class for output streams.