This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sassi:submodeler [2013/06/14 14:20] phil created |
sassi:submodeler [2016/05/24 14:02] (current) phil [Overview] |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== Overview ===== | ===== Overview ===== | ||
- | ACS SASSI Submodeler is the current graphical user interface for the simulation modules in as of the ACS SASSI V3.0.0 installation kit. | + | ACS SASSI Submodeler is a graphical user interface in as of the ACS SASSI V3.0.0 installation kit before Revision 5. |
===== Usage ===== | ===== Usage ===== | ||
- | When the user Opens Submodeler the interface will look very similar to [[SASSI:PREP]] interface. Unlike Prep, on entry to the Submodeler there is an empty model ready to be used without requiring the use of the new Menu option to create or load a model the user should consult the [[:Getting Started]] topic. When the model is ready for simulation the user can launch the required [[Modules]] directly from the Submodeler without having to go to [[SASSI:Main]]. The File conversion processes from [[SASSI:Converters| File Converter]] has been expanded and allows the user to directly input model data into Submodeler without need to write a [[file:pre]] first. | + | When the user Opens Submodeler the interface will look very similar to [[SASSI:PREP]] interface. Unlike Prep, on entry to the Submodeler there is an empty model ready to be used without requiring the use of the new Menu option to create or load a model the user should consult the [[:Getting Started]] topic. The File conversion processes from [[SASSI:Converters| File Converter]] has been expanded and allows the user to directly input model data into Submodeler without need to write a [[file:pre]] first. |
- | + | ||
- | The Submodeler shares no code with PREP, MAIN or the File Converter which it replaces. Difference between the Prep and Submodeler interfaces and functionality were kept as minimal as possible to help users transition to the new version of ACS-SASSI. | + | {{submodeler.png}} |
- | + | ||
- | ==== First Usage ==== | + | |
- | + | ||
- | A user opening the Submodeler on there computer for the first time will see a few lines of text in the command window in the warning color [yellow (by default)] before any commands are entered. The warnings are triggered because Submodeler did not find an initialization options files or the Submodeler databases. The submodeler will then attempt create and store 3 xml files in the users account profile. (Location varies by Operating System) These files are called [[file:SASSIini.xml]], [[file:SASSIdb.xml]] and [[file:SASSIani.xml]]. If there are errors [red text (by default)] in this text or the yellow text reappears on subsequent uses of the Submodeler the user should contact there system administrator about there user account settings. | + | |
- | + | ||
- | **Note:** The files are local to the user account not computer if a user has multiple account the user will see these messages on the first usage in each account. | + | |
==== New Capabilites ==== | ==== New Capabilites ==== | ||
Line 23: | Line 17: | ||
=== Large Models === | === Large Models === | ||
+ | |||
+ | The [[SASSI:size limitations]] on models has not changed in the submodeler. It was found that many functions of Prep are very inefficient when dealing with models that are close to the limit of SASSI. First, when Loading an [[file:pre]] only the comments in the file and errors encounter are reported to the command history. The command entry and acceptance shown in the command history during input dramatically slows down the input process and with volume of commands in a larger model will overwrite the error. This sped input of a pre file that take 15 minutes in PREP to under a minute in the Submodeler. The Submodeler uses OpenGL 4.0 for graphics which allow for better display of large models. Finally the internal storage format of data in the Submodeler was changed to decrease the memory needed to store each model. | ||
=== Submodeling and Cuts === | === Submodeling and Cuts === | ||
+ | |||
+ | The Submodeler name implies that a user may take a piece of one model and use that as a separate model this is covered in the [[example:Submodeling]] example. | ||
=== Merging Models === | === Merging Models === | ||
The Submodeler has the ability to Merge two models in memory into a single model. The Process is described in the [[example:Merge]] topic. | The Submodeler has the ability to Merge two models in memory into a single model. The Process is described in the [[example:Merge]] topic. | ||
- | |||
- | === Macros and Loops === | ||
- | |||
- | There are many repetitive task that cannot be covered by a simple command. Submodeler introduces [[example:Macro|Macros]] and [[example:Variables and Loops|Loops]] to help the user to complete these repetitive task with less chance of errors arising from copy and paste problems. | ||
===== Controls ===== | ===== Controls ===== | ||
* [[SASSI:Submodeler:Menu Options]] | * [[SASSI:Submodeler:Menu Options]] | ||
- | * [[SASSI:Submodeler:Toolbars]] | ||
* [[:Command Reference]] | * [[:Command Reference]] | ||