AliceEng
Civil/Environmental
- Jun 19, 2014
- 6
Could you please give a hint how to apply conditional enthalpy properties depending on thermal loads?
For example I have a material with different enthalpy properties for cooling and heating processes.
How can I specify that during cooling one values must be applied and during heating
the other ones.
Initially I apply the temperature dependent enthalpy values in Engineering Data in Workbench (ANSYS 15.0) and then time dependent heat flux. To specifiy values during cooling when heat flux is equal to zero I use a command line in my transient thermal model and I write like this
*IF,_load(4,1,1),EQ,'0',THEN
mptemp,1,0,26,27,28,29,100 ! for temperatures 26,27...30
mpdata, enth, matid, 1, 0, 100,150,200,250,500 ! enthalpy values 100,150..300
*ENDIF
Obviously it is not working. Looking forward to hear some suggestions! Thank you.
For example I have a material with different enthalpy properties for cooling and heating processes.
How can I specify that during cooling one values must be applied and during heating
the other ones.
Initially I apply the temperature dependent enthalpy values in Engineering Data in Workbench (ANSYS 15.0) and then time dependent heat flux. To specifiy values during cooling when heat flux is equal to zero I use a command line in my transient thermal model and I write like this
*IF,_load(4,1,1),EQ,'0',THEN
mptemp,1,0,26,27,28,29,100 ! for temperatures 26,27...30
mpdata, enth, matid, 1, 0, 100,150,200,250,500 ! enthalpy values 100,150..300
*ENDIF
Obviously it is not working. Looking forward to hear some suggestions! Thank you.