-
-
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; }
-
September 27, 2017 at 11:19 am
nselvara
Ansys EmployeeHow do I change a physical property value only near the wall?
-
Viewing 1 reply thread
- The topic ‘Change a physical property value only near the wall?’ is closed to new replies.
Ansys Innovation Space
Trending discussions
Top Contributors
-
3477
-
1057
-
1051
-
940
-
902
Top Rated Tags
© 2025 Copyright ANSYS, Inc. All rights reserved.
Ansys does not support the usage of unauthorized Ansys software. Please visit www.ansys.com to obtain an official distribution.