Scenario:
- Ambient temperature is 5C.
- Initial fire compartment temperature is 18C.
Objective:
- Compare compartment FDS temperatures to experimental data recorded via thermocouples.
Model:
- Set ambient temperature - MISC TMPA=5 /
- Set fire compartment initial local temperature - &INIT XB=X,X,Y,Y,Z,Z, TEMPERATURE=18 /
- Set fire compartment initial surface temperature - &SURF TMP_INNER=18 /
- Provide thermocouple device to mimic experiment - &DEVC ID='TC', QUANTITY='THERMOCOUPLE', XYZ=X,Y,Z /
- Provide device in same location to record gas temperature as a backup - &DEVC ID='TEMP', QUANTITY='TEMPERATURE', XYZ=X,Y,Z/
Prediction:
- Thermocouple temperature is initially recorded as 5C, rises slowly, then reacts as expected.
- Gas temperature is initially recorded as 18C and then reacts as expected.
Issue:
I haven't been able to find a thermocouple device parameter which allows the setting of the thermocouple initial temperature to 20C and not the defaulted TMPA.
If there is no way of doing this, will using a temperature device impact greatly on comparing FDS temperatures with the experimental?