Click or drag to resize

Component_Reaction_Deprecated_0solve Method

retrieve reactions at supports

Namespace:  Karamba.Results
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void solve(
	Model model,
	out List<Point3> pos,
	out List<List<Vector3>> forces,
	out List<List<Vector3>> moments,
	out List<Vector3> sum_forces,
	out List<Vector3> sum_moments
)

Parameters

model
Type: Karamba.ModelsModel
model with calculated displacements
pos
Type: System.Collections.GenericListPoint3
position of supports
forces
Type: System.Collections.GenericListListVector3
reaction force at a support in the local coordinate system. List-structure: Loadcase/Support/Force
moments
Type: System.Collections.GenericListListVector3
reaction moment at a support in the local coordinate system. List-structure: Loadcase/Support/Moment
sum_forces
Type: System.Collections.GenericListVector3
sum of reaction forces in global coordinate system. List-structure: Loadcase/SumForces
sum_moments
Type: System.Collections.GenericListVector3
sum of reaction moments in global coordinate system. List-structure: Loadcase/SumMoments
See Also