IStressGradients Interface

Fortran DLL Wrapper

IStressGradients Interface

Provides access to stress gradients.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public interface IStressGradients
Public Interface IStressGradients
public interface class IStressGradients
type IStressGradients =  interface end

The IStressGradients type exposes the following members.

Properties
  NameDescription
Public propertyMaxHorizontalStressAzimuth
Gets or sets the angle from the North direction to the maximum horizontal stress direction, in the North to East direction. Unit: degree (deg).
Public propertyMaxHorizontalStressGradient
Gets or sets the ratio of the maximum horizontal stress over the true vertical depth. Unit: kilopascal per meter (kPa/m).
Public propertyMinHorizontalStressGradient
Gets or sets the ratio of the minimum horizontal stress over the true vertical depth. Unit: kilopascal per meter (kPa/m).
Public propertyOverburdenStressGradient
Gets or sets the ratio of the weight of over-lying rock over the true vertical depth. Unit: kilopascal per meter (kPa/m).
Public propertyPorePressureGradient
Gets or sets the ratio of pore fluid pressure over the true vertical depth. Unit: kilopascal per meter (kPa/m).
Top
See Also