-
-
August 31, 2018 at 5:47 am
Devank12
SubscriberI want to define thermal conductivity of water that varies with temperature I have written a UDF based on the following polynomial equation. I donot know it is right .If any correction plz inform me. Thanks
#include "udf.h"
DEFINE_PROPERTY(knew,c,t)
{
real ktc;
real T = C_T(c,t);
ktc = – 0.5752 +(6.397*exp(– 3.0) * T ) – ( 8.151*exp(– 6.0) *pow(T,2.)) ;
C_UDMI(c,t,0) = ktc;
return ktc;
}
-
August 31, 2018 at 10:10 am
DrAmine
Ansys EmployeeSame as the other threads: you don't need an UDF as you can use the polynomial option there.
-
- You must be logged in to reply to this topic.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Suppress Fluent to open with GUI while performing in journal file
- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Heat transfer coefficient
- Getting graph and tabular data from result in workbench mechanical
- The solver failed with a non-zero exit code of : 2
- Difference between K-epsilon and K-omega Turbulence Model
- Time Step Size and Courant Number
- Mesh Interfaces in ANSYS FLUENT
- error in cfd post
-
2656
-
2120
-
1349
-
1118
-
461
© 2023 Copyright ANSYS, Inc. All rights reserved.