Skip to content
Snippets Groups Projects
Commit a0fd7d5c authored by whimsial's avatar whimsial
Browse files

Fixed #1 by adding missing imports to the script. Needs further testing to...

Fixed #1 by adding missing imports to the script. Needs further testing to make sure the imports do not clash with GUI. Added job_parametric.py to control parametric studies with Spindle FEA
parent ce32365f
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 6 deletions
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
import math import math
from abaqus import * from abaqus import *
from abaqusConstants import * from abaqusConstants import *
from interaction import *
import regionToolset import regionToolset
from SpindleAssembly.AddComponents import return_assembly from SpindleAssembly.AddComponents import return_assembly
......
File mode changed from 100644 to 100755
from abaqus import * from abaqus import *
from abaqusConstants import * from abaqusConstants import *
from step import *
def Step(**kwargs): def Step(**kwargs):
......
File mode changed from 100644 to 100755
...@@ -5,11 +5,9 @@ from abaqusConstants import * ...@@ -5,11 +5,9 @@ from abaqusConstants import *
import __main__ import __main__
import section import section
import regionToolset import regionToolset
import displayGroupMdbToolset as dgm
import part import part
import material import material
import sketch import sketch
import displayGroupOdbToolset as dgo
def create_MT_part( l, type, i, **kwargs ): def create_MT_part( l, type, i, **kwargs ):
......
File mode changed from 100644 to 100755
...@@ -3,11 +3,9 @@ from abaqusConstants import * ...@@ -3,11 +3,9 @@ from abaqusConstants import *
import __main__ import __main__
import section import section
import regionToolset import regionToolset
import displayGroupMdbToolset as dgm
import part import part
import material import material
import sketch import sketch
import displayGroupOdbToolset as dgo
from Parts import GeometryBuilder as gb from Parts import GeometryBuilder as gb
......
README.md 100644 → 100755
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
## Running the analysis ## Running the analysis
1. The interactive documentation on the application with the step-by-step guide on how to run the application are located in ```/docs/build/html/index.html``` of this repository. 1. The interactive documentation on the application with the step-by-step guide on how to run the application are located in ```/docs/build/html/index.html``` in this repository.
2. To run the simplest test you need to navigate to the root of this directory and execute ```Abaqus cae noGUI=job.py``` in the command line. 2. To run the somplest test you need to navigate to the root of this directory and execute ```Abaqus cae noGUI=job.py``` in the command line.
3. After the analysis has finished you will be able to open the ```Job-1.odb``` file in the Abaqus CAE graphical user interface. The detailed information about the analysis you can also find in ```Job-1.dat``` file. 3. After the analysis has finished you will be able to open the ```Job-1.odb``` file in the Abaqus CAE graphical user interface. The detailed information about the analysis you can also find in ```Job-1.dat``` file.
4. For more advanced control of the application refer to the documentation. 4. For more advanced control of the application refer to the documentation.
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
import itertools import itertools
from abaqus import * from abaqus import *
from abaqusConstants import * from abaqusConstants import *
from interaction import *
from SpindleAssembly import AddComponents as ah from SpindleAssembly import AddComponents as ah
from SpindleAssembly.AddComponents import return_assembly from SpindleAssembly.AddComponents import return_assembly
......
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
File mode changed from 100644 to 100755
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment