-
-
July 27, 2023 at 11:25 am
fraser.shields
SubscriberHi,
I'm trying to setup a biphasic analysis of a solid hydrogel reinforced with thermoplastic shell (sandwiched between the solid parts). I have run the initial solution with SOLID186 elements for the hydrogel and shell 281 elements for the shell. I want to use ADPL command snippets within the static structural tab in ANSYS mechanical. However, I am a bit stuck. I am trying to get model the fluid pressure in the hydrogel parts when the construct is placed under a compressive displacement of 20% strain.
Â
I have tried the following command snippet with no success:
Â/PREP7ÂET,9991,CPT216ÂESEL, S, SOLID186ÂEMODIF, ALL, TYPE, 9991Â/SOLUÂAny help would be much appreciated,ÂThanks -
July 28, 2023 at 10:51 am
Rahul Kumbhar
Ansys EmployeeHi,
It seems ESEL command is wrong. It should be like: ESEL,S,ENAME, ,186
-
July 28, 2023 at 3:01 pm
dlooman
Ansys EmployeeAlso, add ALLSEL command after EMODIF.
-
July 31, 2023 at 5:36 pm
fraser.shields
SubscriberThanks for the help, I've managed to improve my script slightly, however I am now running into an error "Element type 216 requires the definition of TB,PM with the activation of pressure DOF (KEYOPT(12)). ". My script is as follows:
/PREP7Â! Define an element type with the desired real constant (CPT216)ET, 9991, CPT216Â! Select the solid elements you want to modify (SOLID186)ESEL, S, TYPE,, 13, 57! Modify the selected elements to use the specified element type (9991)EMODIF, ALL, TYPE, 9991Â! Define proelastic material for solid elementsMP,EX,1,0.001 ! YOUNG'S MODULUSMP,NUXY,1,0.0 ! POISSON'S RATIOFPX=0.5 ! PERMEABILITYONE=1.0TB,PM,1,,,PERMTBDATA,1,FPX,FPX,FPXTB,PM,1,,,BIOT ! BIOT COEFFICIENTTBDATA,1,ONEÂ! Define linear elastic material for shell elementsÂMP,EX,2,0.1 ! YOUNG'S MODULUSMP,NUXY,2,0.0 ! POISSON'S RATIOÂÂ! Select the solid elements you want to modify and assign material 1ESEL, S, TYPE,, 9991MPCHG, 1, ALLÂ! Select the shell elements you want to modify and assign material 2ESEL, S, TYPE,, 1, 12MPCHG, 2, ALLÂ! Select all elementsESEL, ALLÂ! Continue with the solution phase/SOLUÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
-
October 31, 2023 at 5:11 am
fan134
SubscriberHave you solved your problem? I'm stuck in the same problem as well.
-
- The topic ‘ADPL comman snippet to replace SOLID186 element with CPT216 Element’ is closed to new replies.
-
3467
-
1057
-
1051
-
918
-
896
© 2025 Copyright ANSYS, Inc. All rights reserved.