IMechanicalProperties Interface

Fortran DLL Wrapper

IMechanicalProperties Interface

Provides access to mechanical properties of a formation.

Namespace:  FortranWrapper
Assembly:  FortranWrapper (in FortranWrapper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public interface IMechanicalProperties
Public Interface IMechanicalProperties
public interface class IMechanicalProperties
type IMechanicalProperties =  interface end

The IMechanicalProperties type exposes the following members.

Properties
  NameDescription
Public propertyPoissonRatioInIsotropicPlane
Gets or sets Poisson's ratio in isotropic plane. Unit: NA (scalar).
Public propertyPoissonRatioInTransverseDirection
Gets or sets Poisson's ratio in transverse direction. Unit: NA (scalar).
Public propertyYoungModulusInIsotropicPlane
Gets or sets Young's modulus in isotropic plane. Unit: Megapascal (MPa).
Public propertyYoungModulusInTransverseDirection
Gets or sets Young's modulus in transverse direction. Unit: Megapascal (MPa).
Top
See Also