ModelElementresultantCroSecForces Method

calculates resultant normal force (N), shear force (V) and moment (M) in an element.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public virtual void resultantCroSecForces(
	Model model,
	IStateElement1DSelector stateSelector,
	double maxSectLength,
	int elementSectNumber,
	out double N,
	out double V,
	out double M
)

Parameters

model  Model
model which contains the element.
stateSelector  IStateElement1DSelector
selects a stateElement1D in case of load-case-combinations.
maxSectLength  Double
Maximum length of sections along the beam.
elementSectNumber  Int32
Maximum number of sections along the beam.
N  Double
resultant normal force.
V  Double
resultant shear force.
M  Double
resultant moment.

See Also