|
[Sponsors] |
August 8, 2016, 15:20 |
Define_specific_heat
|
#1 |
New Member
hamed
Join Date: Aug 2015
Posts: 5
Rep Power: 11 |
Hello dudes!
i wonder if i can define specific heat parameter based on temperature and specific volume in saturated region? i already have the Cp(T,V) plot coefficient but my written user define function is not compiled correctly in fluent? if anyone could help me i would appreciate it before #include "udf.h" DEFINE_SPECIFIC_HEAT(cell_specific_heat,c,t,v) { real Cp; real T=C_T(c,t); real V=C_V(c,t); Cp=63.438-396.8372*T+44164670*V; return Cp; } |
|
|
|