-
-
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
- air flow in and out of computer case
- Varying Bond model parameters to mimic soil particle cohesion/stiction
- Eroded Mass due to Erosion of Soil Particles by Fluids
- I am doing a corona simulation. But particles are not spreading.
- Guidance needed for Conjugate Heat Transfer Analysis for a 3s3p Li-ion Battery
- Centrifugal Fan Analysis for Determination of Characteristic Curve
- Issue to compile a UDF in ANSYS Fluent
- JACOBI Convergence Issue in ANSYS AQWA
- affinity not set
- Resuming SAG Mill Simulation with New Particle Batch in Rocky
Top Contributors
-
3892
-
1414
-
1241
-
1118
-
1015
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.