Click or drag to resize

APIsetFirePoint Method

Set the point of fire used to set temperatures of all the elements in the model
REST path: /load/firepoint/[loadcase]/[fireNode]/[targetTemp]/[gradientY]/[gradientZ]/[tempAtten]/[dontLoadUnder]
REST verb: GET

Namespace: NextFEMapi
Assembly: NextFEMapi (in NextFEMapi.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
public string[] setFirePoint(
	string loadcase,
	string fireNode,
	double targetTemp,
	double gradientY = 0,
	double gradientZ = 0,
	double tempAtten = 20,
	double dontLoadUnder = 50
)

Parameters

loadcase  String
Loadcase
fireNode  String
ID of the node setting the fire position
targetTemp  Double
Final target temperature, in °C
gradientY  Double  (Optional)
Fixed gradient (local y) to be applied. Optional, default is 0
gradientZ  Double  (Optional)
Fixed gradient (local z) to be applied. Optional, default is 0
tempAtten  Double  (Optional)
Temperature attenuation. Optional, default is 20°C/m
dontLoadUnder  Double  (Optional)
Don't apply load under this temperature. Optional, default is 50°C

Return Value

String
A list of loaded elements
See Also