|
FemMaterialFlowHypothesis Enumeration
|
flow hypothesis to be applied.
Namespace:
Karamba.Materials
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax[SerializableAttribute]
public enum FlowHypothesis
<SerializableAttribute>
Public Enumeration FlowHypothesis
[SerializableAttribute]
public enum class FlowHypothesis
[<SerializableAttribute>]
type FlowHypothesis
Members
| Member name | Value | Description |
---|
| mises | 0 |
Van Mises flow hypothesis
|
| tresca | 1 |
Tresca flow hypothesis
|
| rankine | 2 |
Rankine flow hypothesis
|
| tsaiwu | 3 |
Tsaiwu flow hypothesis
|
See Also