CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent UDF and Scheme Programming (https://www.cfd-online.com/Forums/fluent-udf/)
-   -   Accessing wall thermal conductivity (https://www.cfd-online.com/Forums/fluent-udf/238463-accessing-wall-thermal-conductivity.html)

Yadu krishnan September 14, 2021 07:40

Accessing wall thermal conductivity
 
Need to access temperature conductivity of wall material in a UDF.
Will the below code work?


prop = (MATERIAL_PROPERTY(m));
ktc = generic_property(c, t, prop, PROP_ktc, temp);


Please let me know if there is another way.


All times are GMT -4. The time now is 02:35.