Fortran DLL Wrapper
IStressGradientsPorePressureGradient Property |
Gets or sets the ratio of pore fluid pressure over the true vertical depth. Unit: kilopascal per meter (kPa/m).
Namespace: FortranWrapper
Assembly: FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
double[] PorePressureGradient { get; set; }
Property PorePressureGradient As Double() Get Set
property array<double>^ PorePressureGradient { array<double>^ get (); void set (array<double>^ value); }
abstract PorePressureGradient : float[] with get, set
Property Value
Type: DoubleSee Also