StressGradients Class

Fortran DLL Wrapper

StressGradients Class

Implementation of IStressGradients and ICloneable.
Inheritance Hierarchy
SystemObject  FortranWrapperStressGradients

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class StressGradients : IStressGradients, 
	ICloneable
Public Class StressGradients
	Implements IStressGradients, ICloneable
public ref class StressGradients : IStressGradients, 
	ICloneable
type StressGradients =  
    class
        interface IStressGradients
        interface ICloneable
    end

The StressGradients type exposes the following members.

Constructors
  NameDescription
Public methodStressGradients
Initializes a new instance of the StressGradients class
Top
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
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also