Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

constraint controls, no checks

Status
Not open for further replies.

prophgr

Mechanical
Joined
Jun 21, 2015
Messages
3
Location
GR
Hello everyone,

I am trying to model a quarter RVE UD composite and calculate it's efective properties
Due to the tie constraint i use for the interface plus the axisymetric contrains in the three faces of the cube i get an overconstraint warning when i run the model which however doesnt affect the solution, but when i increase the mesh i get this warning message:
VERCONSTRAINT CHECKS: THERE ARE 21195 BOUNDARY CONDITIONS SPECIFIED IN THIS MODEL. OVERCONSTRAINT CHECKS FOR BOUNDARY CONDITIONS SPECIFIED ON SLAVE NODES OF RIGID BODIES, OF *TIE OPTIONS, OR OF *COUPLING OPTIONS REQUIRE 8 Mb OF MEMORY. IF THIS IS A PROBLEM, PLEASE TURN OFF OVERCONSTRAINT CHECKS USING *CONSTRAINT CONTROLS, NO CHECKS or INCREASE THE MEMORY USED BY THE PRE-PROCESSOR.

I need to disable constrain controls graficaly however because i need the .jnl file with all the comands to build a python script for parameterization can anyone help me find where this option is?

Thanks in advance
 
Model > Edit Keywords

Why don't you take out the regions that are overconstraint from the tie or boundary?
 
Because i need to define the nodesets by geometry so they remain when i change the mesh through python script
 
You can select a face and deselect edges of that face with ctrl+leftclick.
With that is is easily possible to avoid overconstraints.
 
As Mustaine3 pointed out, you are asking a node (more specifically, a DOF at a node) to do more than one thing at the same time. That is non-physical (and hence the term overconstraint).

Are you new to this forum? If so, please read these FAQ:

 
Ok thanks a lot that worked out, i was under the impresion that excluding edges is only posible when its TYPE: NODE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top