FailureProperties.BreakOutAngle Property

Fortran DLL Wrapper

FailurePropertiesBreakOutAngle Property

Gets or sets the break out angle. Unit: degree (deg).

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public double[] BreakOutAngle { get; set; }
Public Property BreakOutAngle As Double()
	Get
	Set
public:
virtual property array<double>^ BreakOutAngle {
	array<double>^ get () sealed;
	void set (array<double>^ value) sealed;
}
abstract BreakOutAngle : float[] with get, set
override BreakOutAngle : float[] with get, set

Property Value

Type: Double

Implements

IFailurePropertiesBreakOutAngle
Remarks
Borehole breakout is the maximum size of a tolerable breakout. It is also called breakout angle, measured from the center of the borehole. Use of borehole breakout means allowing parts of the wellbore to fail plastically, resulting in a lower collapse mudweight.
See Also