forked from calculix/cae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MODEL_CHANGE.html
6 lines (5 loc) · 2.7 KB
/
MODEL_CHANGE.html
1
2
3
4
5
6
<html><head><link rel="stylesheet" type="text/css" href="style.css"/></head><body> <H2> <BR> *MODEL CHANGE </H2> <P> Keyword type: step <P> With this option one can activate or deactivate elements and contact pairs. Furthermore, one can turn the mechanical strain in existing elements into residual strain at the start of a new step. <P> One can deactivate or activate any element which has been defined in the model section of the input deck. Before the first step all elements are by default activated. There is one required parameter TYPE=ELEMENT and there are two mutually exclusive parameters ADD and REMOVE. The ADD parameter can be complemented by the modifiers STRAIN FREE or WITH STRAIN (ADD=STRAIN FREE and ADD=WITH STRAIN, respectivily). If ADD=STRAIN FREE is selected the strains at the time of adding the element, if any, are modified by artificial initial strains such that the resulting stress tensor is zero. In that sense the elements are stress free rather than strain free. With ADD=WITH STRAIN the strains at the time of activation are not modified. Default is STRAIN FREE. <P> To activate or deactivate contact between two surfaces, contact must have been defined between these surfaces using a *CONTACT PAIR card before the first step. By default all contact pairs are activated before the first step. There is one required parameter TYPE=CONTACT PAIR and there are two mutually exclusive parameters ADD and REMOVE. <P> Finally, one can turn the mechanical strain from the end of the last step into a residual strain by using the parameter MECHSTRAINTORESIDUAL. If no new loading is applied in the actual step this will result in zero stress provided the force equilibrium is still satisfied. This is for instance the case when the loading purely consists of prescribed displacements. No elements are added or deleted. <P><P> <BR> <P> First line: <UL> <LI>*MODEL CHANGE </LI> <LI>enter the required parameter TYPE=CONTACT PAIR or TYPE=ELEMENT and one of the mutually exclusive parameters ADD and REMOVE. </LI> </UL> <P> Following line for TYPE=ELEMENT: <UL> <LI>List of elements and/or sets of elements to be activated or deactivated (maximum 16 entries per line). </LI> </UL> <P> Repeat this line if needed <P><P> <BR> <P> Following line for TYPE=CONTACT PAIR: <UL> <LI>Name of the slave surface (can be nodal or element face based). </LI> <LI>Name of the master surface (must be based on element faces). </LI> </UL> <P> Only one such line is allowed; repeat *MODEL CHANGE if several contact pairs are to be modified. <P> <PRE>
Example:
*MODEL CHANGE,TYPE=CONTACT PAIR,REMOVE
dep,ind
</PRE> <P> deactivates contact between the surfaces dep and ind. <P> <P><P> <BR> Example files: modelchel,modelchel2 <P> </body></html>