Giter Club home page Giter Club logo

periodicboundarycondition's People

Contributors

xvheule avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

periodicboundarycondition's Issues

Job doesn't run after PBC creation

Hi,

I am running an explicit-dynamic analysis in abaqus with a subroutine for hyper-elastic material behavior. I used the plug-in to create PBC between two surfaces in my model. The plug-in does work well and creates the constraint equations for all the node pairs as intended. But when I submit the job, it gets stuck and the time-steps doesn't show up. Is there anything that I need to do with regards to the plug-in.

Thanks!

KeyError when pairing

I am getting a KeyError while trying to pair my surfaces for Abaqus 2020.
All other aspects of the PBC are valid/true.
P632 is the part name and it is all one solid body.

Model with surfaces to be matched in red
image

Window

image

Log

Traceback (most recent call last):
File "c:/SIMULIA/CAE/plugins/2020/PeriodicBoundaryCondition/PeriodicBoundaryCondition\PeriodicBoundaryCondition_plugin.py", line 177, in doCustomChecks
self.issue_pair()
File "c:/SIMULIA/CAE/plugins/2020/PeriodicBoundaryCondition/PeriodicBoundaryCondition\PeriodicBoundaryCondition_plugin.py", line 105, in issue_pair
issue_command(cmd)
File "c:/SIMULIA/CAE/plugins/2020/PeriodicBoundaryCondition/PeriodicBoundaryCondition\PeriodicBoundaryCondition_plugin.py", line 229, in issue_command
abaqusGui.sendCommand(cmd.getCommandString())
File "SMAPyaModules\SMAPyaAbqPy.m\src\sendcmd.py", line 36, in sendCommand
KeyError: 'P632-1'

Plugin not works

Hi,
After start plugin I've got empty form (see attached). Please help. Thx.
Image

How can we add tensile loading with pbc?

Hi,

thanks for upload this periodic boundary condition plugin here. I am working on a 3D RVE and I want to apply pbc on it. I followed your implement instruction here:

Apply a periodic boundary condition on the two faces for the first direction without any exempted edges.
Apply a periodic boundary condition on the two faces for the second direction, and apply an exemption for the edges which are shared with the master surface for the first direction on the master and slave surfaces of the second direction (1 edge is exempted on each of the two faces).
Apply a periodic boundary condition on the two faces for the third direction, and apply an exemption for the edges which are shared with the master surface for the first direction or the second direction on the master and slave surfaces of the third direction (2 edges are exempted on each of the two faces).

After successfully add these constraint equations, I met a problem of applying uniaxal tensile loading. Abaqus saying the there is a DoF error at the loading node. Can you kindly suggest me how to add displacement loading in the RVE with periodic boundary condition?

Plugin not working with Abaqus 6.14

When trying to run the plugin in Abaqus 6.14-3, the following error log is produced:

Traceback (most recent call last):
File "c:/SIMULIA/Abaqus/6.14-3/code/python2.7/lib/abaqus_plugins/PeriodicBCs\PeriodicBoundaryCondition_plugin.py", line 149, in getNextDialog
return self.get_next_dialog()
File "c:/SIMULIA/Abaqus/6.14-3/code/python2.7/lib/abaqus_plugins/PeriodicBCs\PeriodicBoundaryCondition_plugin.py", line 37, in get_next_dialog
return self.get_input_dialog()
File "c:/SIMULIA/Abaqus/6.14-3/code/python2.7/lib/abaqus_plugins/PeriodicBCs\PeriodicBoundaryCondition_plugin.py", line 49, in get_input_dialog
return PeriodicBoundaryCondition_DB.InputDialog(self, self.STEP_NEW)
File "c:/SIMULIA/Abaqus/6.14-3/code/python2.7/lib/abaqus_plugins/PeriodicBCs\PeriodicBoundaryCondition_DB.py", line 328, in init
self.on_model_selected()
File "c:/SIMULIA/Abaqus/6.14-3/code/python2.7/lib/abaqus_plugins/PeriodicBCs\PeriodicBoundaryCondition_DB.py", line 393, in on_model_selected
reset_combo_box(self.cbx_part, mdb.models[models[model_index]].parts.keys())
TypeError: list indices must be integers, not NoneType

Code does not work with orphaned mesh.

Hi,

the node pairing process ended with the following error if two surfaces created from a part with only orphaned mesh are used in the plug-in:

Traceback (most recent call last):
File "c:/SIMULIA/CAE/2019/win_b64/code/python2.7/lib/abaqus_plugins/abaqus_plugins\PeriodicBoundaryCondition_plugin.py", line 177, in doCustomChecks
self.issue_pair()
File "c:/SIMULIA/CAE/2019/win_b64/code/python2.7/lib/abaqus_plugins/abaqus_plugins\PeriodicBoundaryCondition_plugin.py", line 105, in issue_pair
issue_command(cmd)
File "c:/SIMULIA/CAE/2019/win_b64/code/python2.7/lib/abaqus_plugins/abaqus_plugins\PeriodicBoundaryCondition_plugin.py", line 229, in issue_command
abaqusGui.sendCommand(cmd.getCommandString())
File "SMAPyaModules\SMAPyaAbqPy.m\src\sendcmd.py", line 35, in sendCommand
KeyError: 'f2ccz const radius R2-1'

The same model with natively created mesh (same mesh) in Abaqus works with no problem.

thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.