TAGGED: -Ansys-Maxwell-electronics
-
-
May 7, 2024 at 2:34 pmOwen.LawSubscriber
Kind help!
I want to do the electrical and moisture concentration simulation.
The resistivity is a function of moisture concentration in the material (eg. the wood gets wet by a higher humidity environment and affect its resistivity value ).eg. R=Ro*(1-Conc)
where Conc is concentration.Â
How can I write an APDL code for the resistivity material properties which is a function of concentration? Â
Can we use the command TBFIELD + TBDATA?
Do you have any example code?
Many thanks for your kind help! -
May 14, 2024 at 2:59 pmdloomanAnsys Employee
Resistivity can be defined vs concentration with a table:Â mp,rsvx,,%
tabname
%During solution tables return a value based on the current value of their "primary variable," in this case CONC. Sample commands to create a table are:
*dim,rsvx_val,table,4,,,CONCÂ Â !!! table with 4 values for resistivity vs concentration
rsvx_val(1,0)=1e-3,2e-3,3e-3,4e-3Â Â ! Concentration values (column 0, index column)
rsvx_val(1,1)=1e-6,2e-6,3e-6,4e-6Â Â ! Corresponding resistivity values (column 1)
You can edit/display the table in the APDL gui using top toolbar Parameters:Â Array Parameters> Define/Edit
-
- The topic ‘Material property question : Resistivity function of moisture concentration’ is closed to new replies.
- Calculate heating of an assembly for a given ambient temperature?
- Press hardening characterization
- ACP PRE problem
- Explicit Dynamics Material properties
- Documentation of the kinetics of the reaction of methylamine with NO
- Temperature-dependent viscosity model used in FLUENT flow analysis
- Material Designer, Different warp and weft shares in woven RVE
- orthotropic material proprierties give me “missing” data, what could it be?
- Get ultimate strength value from simulation
-
1416
-
599
-
591
-
565
-
366
© 2025 Copyright ANSYS, Inc. All rights reserved.