|
ModelElementStraightLineaddStressStrainMesh Method
|
add element results regarding stresses or strains to the given mesh
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected abstract void addStressStrainMesh(
List<IMesh> meshes,
Model model,
double E,
List<double> res_values
)
Protected MustOverride Sub addStressStrainMesh (
meshes As List(Of IMesh),
model As Model,
E As Double,
res_values As List(Of Double)
)
protected:
virtual void addStressStrainMesh(
List<IMesh^>^ meshes,
Model^ model,
double E,
List<double>^ res_values
) abstract
abstract addStressStrainMesh :
meshes : List<IMesh> *
model : Model *
E : float *
res_values : List<float> -> unit
Parameters
- meshes
- Type: System.Collections.GenericListIMesh
list of meshes for adding the element stresses or strains - model
- Type: Karamba.ModelsModel
model to which the element belongs - E
- Type: SystemDouble
Young's Modulus used to convert strains to stresses - res_values
- Type: System.Collections.GenericListDouble
list of resultant values for each vertex of the mesh
See Also