6 #ifndef PZSPACETIMERICHARDSEQ_H 7 #define PZSPACETIMERICHARDSEQ_H 46 void Set(STATE Alpha, STATE N, STATE ThetaS, STATE ThetaR, STATE Ks);
89 virtual int ClassId()
const override;
static void DirichletT0(TPZVec< REAL > &x, TPZVec< STATE > &f)
static STATE TCoeff
Inicializing local variable TCoeff.
virtual void ContributeBC(TPZMaterialData &data, REAL weight, TPZFMatrix< STATE > &ek, TPZFMatrix< STATE > &ef, TPZBndCond &bc) override
It computes a contribution to the stiffness matrix and load vector at one BC integration point...
void AnalysisOfParameters(STATE sol0, STATE solL, char *filename)
clarg::argBool bc("-bc", "binary checkpoints", false)
~TPZSpaceTimeRichardsEq()
static STATE deltaDerivada
Inicializing loval variable deltaDerivada.
STATE K_Coef(STATE sol)
Computes coeficient K(sol) based on current solution sol.
This abstract class defines the behaviour which each derived class needs to implement.
STATE Theta(STATE Se)
Computes Theta coefficient from Se coefficient.
virtual int NStateVariables() const override
It returns the number of state variables associated with the material.
virtual int ClassId() const override
Define the class id associated with the class.
This class defines the boundary condition for TPZMaterial objects.
static STATE LCoeff
Inicializing local variable LCoeff.
virtual void Contribute(TPZMaterialData &data, REAL weight, TPZFMatrix< STATE > &ek, TPZFMatrix< STATE > &ef) override
It computes a contribution to the stiffness matrix and load vector at one integration point...
virtual int Dimension() const override
It returns the integrable dimension of the material.
void Set(STATE Alpha, STATE N, STATE ThetaS, STATE ThetaR, STATE Ks)
Implemenents a 1D space-time Richards' equation.
STATE Se(STATE sol)
Computes Se coeficient which allows the computation of K and Theta coefficients.
Implements computational mesh. Computational Mesh.
static TPZCompMesh * CreateMesh(REAL L, REAL Time, int p, int ndiv)
STATE C_Coef(STATE sol)
Computes coeficient C(sol) based on current solution sol.
STATE fAlpha
Soil parameters.