Hello Community,
I am working with a 2023 version of Abaqus and am having trouble regarding the AM Modeler Plugin's cooling step. On one hand, if I don't define any interactions in the Thermal model, it gives me the following error upon clicking on the AM Modeler Cooling tab:
"
Traceback (most recent call last):
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amCoolingInteractionsFrom.py", line 23, in getFirstDialog
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amCoolingInteractionsDB.py", line 338, in __init__
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amCoolingInteractionsDB.py", line 496, in fillParentInPyDict
File "<string>", line 1, in <module>
File "<string>", line 7, in __getitem__
File "SMAPyrModules\SMAPyrAbqRpoPy.m\src\abqRpoClient.py", line 944, in call
File "SMAPyrModules\SMAPyrAbqRpoPy.m\src\abqRpoClient.py", line 630, in __call__
File "SMAPyrModules\SMAPyrAbqRpoPy.m\src\abqRpoClient.py", line 761, in __request
KeyError: "'Int-1'"
"
On the other hand, if I define a surface film condition (int-1) and a surface radiation condition (int-2), there's a glaring error in the Abaqus AM Cooling tab where it asks me to select an element set rather than a surface even though int-1 and int-2 itself selects a surface.
The following is the error associated if i just continue. :
"
Traceback (most recent call last):
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amCoolingInteractionsDB.py", line 395, in onCmdOk
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amGenericDB.py", line 481, in onCmdOk
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amGenericDB.py", line 1231, in fireEditedCommands
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amGenericDB.py", line 1186, in fireEditedCommands
File "SMAPyaModules\SMAPyaAbqPy.m\src\sendcmd.py", line 36, in sendCommand
ValueError: A surface region must be specified.
"
Are there any suggestions on what is the correct way to take into account the cooling effect while running the thermal analysis in the GUI?
I am working with a 2023 version of Abaqus and am having trouble regarding the AM Modeler Plugin's cooling step. On one hand, if I don't define any interactions in the Thermal model, it gives me the following error upon clicking on the AM Modeler Cooling tab:
"
Traceback (most recent call last):
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amCoolingInteractionsFrom.py", line 23, in getFirstDialog
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amCoolingInteractionsDB.py", line 338, in __init__
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amCoolingInteractionsDB.py", line 496, in fillParentInPyDict
File "<string>", line 1, in <module>
File "<string>", line 7, in __getitem__
File "SMAPyrModules\SMAPyrAbqRpoPy.m\src\abqRpoClient.py", line 944, in call
File "SMAPyrModules\SMAPyrAbqRpoPy.m\src\abqRpoClient.py", line 630, in __call__
File "SMAPyrModules\SMAPyrAbqRpoPy.m\src\abqRpoClient.py", line 761, in __request
KeyError: "'Int-1'"
"
On the other hand, if I define a surface film condition (int-1) and a surface radiation condition (int-2), there's a glaring error in the Abaqus AM Cooling tab where it asks me to select an element set rather than a surface even though int-1 and int-2 itself selects a surface.
The following is the error associated if i just continue. :
"
Traceback (most recent call last):
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amCoolingInteractionsDB.py", line 395, in onCmdOk
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amGenericDB.py", line 481, in onCmdOk
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amGenericDB.py", line 1231, in fireEditedCommands
File "SMAPyaModules\SMAPyaPluginsPy.m\src\abaqus_plugins\AdditiveManufacturing\amGenericDB.py", line 1186, in fireEditedCommands
File "SMAPyaModules\SMAPyaAbqPy.m\src\sendcmd.py", line 36, in sendCommand
ValueError: A surface region must be specified.
"
Are there any suggestions on what is the correct way to take into account the cooling effect while running the thermal analysis in the GUI?