-
-
September 27, 2017 at 11:19 am
nselvara
Ansys EmployeeHow do I change a physical property value only near the wall?
-
September 27, 2017 at 11:19 am
nselvara
Ansys EmployeePhysical property values such as thermal conductivity can be defined as a function of position etc. by using the DEFINEPROPERTY macro. This example will change the physical property value between the wall adjacent cell and the other cells in which the thermal conductivity of the wall adjacent to ID=5 is 1.2 times. DEFINEPROPERTY(thermalcon,c,t) { Domain *d= GetDomain(1); Thread t5=Lookup_Thread(d,5); face_t f; begin_f_loop(f,t5) { if(c==F_C0(f,t5)) { return 0.61.2; } } endfloop(f,t5) return 0.6; }
-
- 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
-
2630
-
2104
-
1327
-
1110
-
461
© 2023 Copyright ANSYS, Inc. All rights reserved.