|
ModelShellmaxCroSecForceOutput Method
|
returns the resultant value of the largest cross section force output.
Can e.g. be used to scale graphical output.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override double maxCroSecForceOutput(
Model model,
double max_val,
ElementStates elem_states
)
Public Overrides Function maxCroSecForceOutput (
model As Model,
max_val As Double,
elem_states As ElementStates
) As Double
public:
virtual double maxCroSecForceOutput(
Model^ model,
double max_val,
ElementStates^ elem_states
) override
abstract maxCroSecForceOutput :
model : Model *
max_val : float *
elem_states : ElementStates -> float
override maxCroSecForceOutput :
model : Model *
max_val : float *
elem_states : ElementStates -> float
Parameters
- model
- Type: Karamba.ModelsModel
model to which this element belongs - max_val
- Type: SystemDouble
maximum value encounterd up to now - elem_states
- Type: Karamba.ElementsElementStates
state information of the element
Return Value
Type:
Doublenew maximum value or max_val
See Also