C# Class SharpFE.ReactionVector

Inheritance: ForceVector
Afficher le fichier Open project: iainsproat/SharpFE

Méthodes publiques

Méthode 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 méthode

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

ReactionVector() public méthode

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.
Résultat System