C# Class SharpFE.ReactionVector

Inheritance: ForceVector
Exibir arquivo Open project: iainsproat/SharpFE

Public Methods

Method Description
ReactionVector ( IFiniteElementNode locationNode ) : System

Initializes a new instance of the ReactionVector class.

ReactionVector ( IFiniteElementNode locationNode, double valueOfXComponent, double valueOfYComponent ) : System

Initializes a new instance of the ReactionVector class.

Method Details

ReactionVector() public method

Initializes a new instance of the ReactionVector class.
public ReactionVector ( IFiniteElementNode locationNode ) : System
locationNode IFiniteElementNode The node at which these reaction forces occur.
return System

ReactionVector() public method

Initializes a new instance of the ReactionVector class.
public ReactionVector ( IFiniteElementNode locationNode, double valueOfXComponent, double valueOfYComponent ) : System
locationNode IFiniteElementNode The node at which these reaction forces occur.
valueOfXComponent double The component of translational force along the global x-axis.
valueOfYComponent double The component of translational force along the global y-axis.
return System