FactoryAlgorithmsAnalyzeThII Method

Note: This API is now obsolete.
Analyze a models deformation using second order theory and assuming small displacements.

Definition

Namespace: Karamba.Factories
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
[ObsoleteAttribute]
public virtual Model AnalyzeThII(
	Model model,
	string lcNii,
	double rTol,
	int maxIter,
	bool niiLT0,
	out List<double> maxDisplacement,
	out List<double> gravityForce,
	out List<double> elasticEnergy,
	out string warning
)

Parameters

model  Model
The model to be analyzed.
lcNii  String
Name of load-case for determining the normal force for ThII effects. If -1 then NII is taken as the maximum compressive normal force.
rTol  Double
Upper limit for the ratio between initial and current residual forces.
maxIter  Int32
Maximum number of iterations for finding NII.
niiLT0  Boolean
If true only compressive normal forces are considered as NII. Stiffening of the system is thus avoided.
maxDisplacement  ListDouble
Maximum displacement for each load case. List-structure: load-case/disp.
gravityForce  ListDouble
Resultant gravity force for each load-case. List-structure: load-case/gravity-force.
elasticEnergy  ListDouble
Internal elastic energy for each load-case. List-structure: load-case/energy.
warning  String
Warning regarding the solution process or "".

Return Value

Model

[Missing <returns> documentation for "M:Karamba.Factories.FactoryAlgorithms.AnalyzeThII(Karamba.Models.Model,System.String,System.Double,System.Int32,System.Boolean,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@,System.Collections.Generic.List{System.Double}@,System.String@)"]

See Also