This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
example:non-linear_modeling [2016/08/29 10:03] phil |
example:non-linear_modeling [2016/10/28 10:37] (current) phil [Starting From a Linear Model] |
||
---|---|---|---|
Line 8: | Line 8: | ||
==== Starting From a Linear Model ==== | ==== Starting From a Linear Model ==== | ||
- | ACS-SASSI User Interface has commands to change a Linear model so it can be used in a non-linear analysis | + | ACS-SASSI User Interface has commands to change a Linear model so it can be used in a non-linear analysis. The process is begins with creating 2 copies of the linear model in User Interface memory. |
=== Example(s) === | === Example(s) === | ||
+ | == Creating a Nonlinear Panel Model == | ||
<code> | <code> | ||
- | * Example of splitting a model for Creating a Non-Linear model | + | * General nonlinear model creation |
- | * Load a starting model and copy it to create a PanelModel | + | * Load a starting model and copy it to create a Panel Model |
ACTM,1 | ACTM,1 | ||
- | INP, ./Model1.pre,C:/Models/Demo/ *Starting model | + | INP, Model1.pre,C:/Models/Demo/ *Starting model |
+ | * Move to copy of the model to create a panel model later | ||
CPMODEL,2 | CPMODEL,2 | ||
- | * Move to copy of the model and create panel model | + | *delete the shell groups from this model |
+ | GDEL, ... | ||
+ | |||
+ | GCOM | ||
ACTM,2 | ACTM,2 | ||
+ | *create the panel model | ||
WALLFLR | WALLFLR | ||
- | PANELIZE | + | * further refine the panels |
+ | ... | ||
+ | |||
+ | ACTM,1 | ||
+ | *Recombine the model panels with the non-shell elements | ||
+ | MERGEPANEL,2 | ||
</code> | </code> | ||
+ | **Note(s)** : General Nonlinear example command list or *.pre file. The first ellipsis is a list [[com:GDEL]] commands to remove the shell groups from the initial model. The second ellipsis will contain different commands to split and modify the shell groups depending on the model. |