FortranDllService(T) Class
From Fortran DLL Wrapper
Fortran DLL Wrapper
FortranDllServiceT Class |
Provides methods for computing various wellbore stability analyses.
Namespace: FortranWrapper
Assembly: FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
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.
| Name | Description | |
|---|---|---|
| FortranDllServiceT | Initializes a new instance of the FortranDllServiceT class |
| Name | Description | |
|---|---|---|
| ComputeCollapseMudWeights |
Computes collapse mud weights.
| |
| ComputeFracturingMudWeights |
Computes fracturing mud weights.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDllVersion |
Gets Fortran DLL version number.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |