FortranDllService(T) Class

Fortran DLL Wrapper

FortranDllServiceT Class

Provides methods for computing various wellbore stability analyses.
Inheritance Hierarchy
SystemObject  FortranWrapperFortranDllServiceT

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class FortranDllService<T>
where T : IElasticModel
Public Class FortranDllService(Of T As IElasticModel)
generic<typename T>
where T : IElasticModel
public ref class FortranDllService
type FortranDllService<'T when 'T : IElasticModel> =  class end

Type Parameters

T
A simulation model type such as IElasticModel.

The FortranDllServiceT type exposes the following members.

Constructors
  NameDescription
Public methodFortranDllServiceT
Initializes a new instance of the FortranDllServiceT class
Top
Methods
  NameDescription
Public methodCode exampleComputeCollapseMudWeights
Computes collapse mud weights.
Public methodCode exampleComputeFracturingMudWeights
Computes fracturing mud weights.
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 methodGetDllVersion
Gets Fortran DLL version number.
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