Click or drag to resize

Element1DStateSetForces Method

Sets the force/moment values acting at Position.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void SetForces(
	double n,
	double vy,
	double vz,
	double mt,
	double my,
	double mz
)

Parameters

n
Type: SystemDouble
Normal force.
vy
Type: SystemDouble
Shear in cross section's local y-direction.
vz
Type: SystemDouble
Shear in cross section's local z-direction.
mt
Type: SystemDouble
Torsion moment.
my
Type: SystemDouble
Bending moment in cross section's local y-direction.
mz
Type: SystemDouble
Bending moment in cross section's local z-direction.
See Also