HMIN_load_writeflux()
Writes a flux to hmlib.
Syntax
void HMIN_load_writeflux(HM_entityidtype id, unsigned char type, HM_entityidtype nodeid, HM_entityidtype systemid, double flux, HM_entityidtype loadcollectorid);
Type
HyperMesh hminlib Function
Description
Writes a flux to hmlib.
Inputs
- id
- The ID of the flux.
- type
- The type of the flux, a user-defined value.
- nodeid
- The ID of the node where the flux is applied.
- systemid
- The ID of the system in which the flux is applied.
- flux
- The flux to be applied.
- loadcollectorid
- The ID of the collector in which the flux is applied.
Errors
None.