SimPEG.flow.richards.empirical.Haverkamp_k#

class SimPEG.flow.richards.empirical.Haverkamp_k(mesh, Ks=0.00944, KsMap=None, A=1175000.0, AMap=None, gamma=4.74, gammaMap=None, **kwargs)[source]#

Bases: BaseHydraulicConductivity

Attributes

A

Fitting parameter physical property model.

ADeriv

Derivative of fitting parameter wrt the model.

AMap

Mapping of the inversion model to fitting parameter.

Ks

Saturated hydraulic conductivity physical property model.

KsDeriv

Derivative of Saturated hydraulic conductivity wrt the model.

KsMap

Mapping of the inversion model to Saturated hydraulic conductivity.

clean_on_model_update

A list of solver objects to clean when the model is updated

deleteTheseOnModelUpdate

A list of properties stored on this object to delete when the model is updated

gamma

Fitting parameter physical property model.

gammaDeriv

Derivative of fitting parameter wrt the model.

gammaMap

Mapping of the inversion model to fitting parameter.

model

The inversion model.

nP

Number of parameters in the model.

needs_model

True if a model is necessary

counter

mesh

Methods

__call__(u)

Call self as a function.

derivM

derivU

plot