|
|
| GmpMaterialCubicLaw (int typeIndex, QString typeName, const GmLogCategory &logger) |
| | Constructor. Gets as parameters the material index and its name.
|
| |
|
virtual double | cubicLaw (const GmElement *e, const GmVector *coord, int ip) const |
| | Returns hydraulic conductivity, according to the cubic law.
|
| |
| virtual void | hydraulicConstitutiveModel (const GmElement *e, GmVector &flowParam, const GmVector *coord, int ip) const |
| | Fills the hydraulic conductivity for longitudinal and normal fluid flow. The longitudinal conductivity is computed according to cubic's law. Returns flowParam = [kl, Lkt, Lkb].
|
| |
|
| GmpMaterialInterfaceFlow (int typeIndex, QString typeName, const GmLogCategory &logger) |
| | Constructor. Gets as parameters the material index and its name.
|
| |
| virtual const QVariantMap * | materialMetaDataMap () |
| | Returns a pointer to the material attribute map, built when the function is called for the first time.
|
| |
|
virtual bool | addStateItemsToGroup (GmStateDump *state, GmElementMesh *mesh, bool fixedHint, int groupId) |
| |
|
virtual double | fractureOpening (const GmElement *e, const GmVector *coord, int ip) const |
| | Returns the initial fracture opening.
|
| |
|
virtual double | fluidViscosity (const GmElement *e, const GmVector *coord, int ip) const |
| | Returns the dynamic fluid viscosity.
|
| |
|
virtual double | interfaceBiotModulus (const GmElement *e, const GmVector *coord, int ip) const |
| | Returns the discontinuity Biot's Modulus.
|
| |
|
virtual double | leakoffTop (const GmElement *e, const GmVector *coord, int ip) const |
| | Returns the leakoff coefficient at the top.
|
| |
|
virtual double | leakoffBottom (const GmElement *e, const GmVector *coord, int ip) const |
| | Returns the leakoff coefficient at the Bottom.
|
| |
|
virtual double | initiallyOpenElem (const GmElement *e, const GmVector *coord, int ip) const |
| | Returns the initially open element
|
| |
| virtual bool | initialCondition (const GmElement *e, const GmVector *coord, int ip) const |
| | Sets the initial conditions.
|
| |