HMIN_optiresponse_write()
Writes optiresponses to HyperMesh.
Syntax
void HMIN_optiresponse_write(HM_entityidtype id,char *name,unsigned int response,unsigned int property,unsigned int region,unsigned int attribute_a,double attribute_b, int attribute1max, unsigned int * attribute1_list, HM_entityidtype functionid,int loadsteplistmax, int * loadsteplist, double * loadstepweightlist, int nmodes, int * modes, double * weights, double norm,int desvarlistmax,unsigned int *desvarlist,int tableentrylistmax,char * tableentrylist,int responselistmax,unsigned int *responselist,int function_loadsteplistmax,unsigned int *function_loadsteplist,int nodelistmax,unsigned int *nodelist,unsigned int *coordinate_type_list,int dvprelmax, unsigned int * dvprellist)
Type
HyperMesh hminlib Function
Description
Writes optiresponses to HyperMesh.
Inputs
- id
- The ID of the response.
- name
- The name of the response.
- response
- Type of the response.
- property
- In case of property response then property is the property type.
- region
- Region identifier.
- attribute a
- Attribute of a response.
- attribute b
- Attribute of a response.
- attribute1max
- Number of attributes in attribute1_list.
- attribute1_list
- PID, MID, EID or Grid ID as referenced by property and response.
- functionid
- Dequation ID for DRESP2 type responses.
- loadsteplistmax
- Number of loadsteps for WCOMP and COMB responses.
- loadsteplist
- List of loadstep (subcase) Ids for WCOMP and COMB responses.
- nmodes
- Number of modes for WCOMP, COMB and WFREQ responses.
- modes
- Modes for WCOMP, COMB and WFREQ responses.
- weights
- Weights for WCOMP, COMB and WFREQ responses.
- norm
- Value of normalization factor that is used for normalizing the contributions of compliances and eigenvalues.
- desvarlistmax
- Number of design variables in DRESP2 type response.
- dexvarlist
- List of design variable Ids in DRESP2 type response.
- tableentrylistmax
- Number of table entries in DRESP2 type response.
- tableentrylist
- List of table entry Ids in DRESP2 type response.
- responselistmax
- Number of responses in DRESP2 type response.
- responslist
- List of response Ids in DRESP2 type response.
- function_loadsteplistmax
- Number of load steps in DRESP2 type response if DRESP1L is defined.
- function_loadsteplist
- List of load step Ids in DRESP2 type response if DRESP1L is defined.
- nodelistmax
- Number of nodes (GRIDs) in DRESP2 type response.
- nodelist
- List of nodes (GRIDs) in DRESP2 type response.
- coordinate_type_list
- List of components in DRESP2 type response.
- dvprelmax
- Number of DVPRELs in DRESP2 type response.
- dvprellist
- List of DVPREL Ids in DRESP2 type response.
Errors
None.