HMIN_opticonstraint_write()
Writes optimization constraint to HyperMesh.
Syntax
void HMIN_opticonstraint_write(HM_entityidtype id,char *name, int bound,double lowerbound,double upperbound, HM_entityidtype responseid, int loadsteplistmax, int * loadsteplist)
Type
HyperMesh hminlib Function
Description
Writes optimization constraint to HyperMesh.
Inputs
- id
- The ID of the opticonstraint.
- name
- The name of the opticonstraint.
- bound
- Flag to indicate which bound is active (0: lower bound, 1: upper bound, 2: both bounds)
- lowerbound
- Lower bound on response.
- upperbound
- Upper bound on response.
- responseid
- The ID of optimization response in the constraint.
- loadsteplistmax
- Number of load steps (subcases) for which the constraint is defined.
- loadsteplist
- List of load step IDs (subcases) for which the constraint is defined.
Errors
None.