May 14, 2024 at 2:59 pm
dlooman
Ansys 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