job_parametric module
This script is designed to run the parametric studies with Spindle FEA. You can change nsamples
variable
to control the number of jobs with identical parameters. Spring
variable is the governing parameter of the study.
Its values are given in the corresponding list in this script. One can run parametric studies with any variable in
kwargs
by altering this script accordingly.
-
job_parametric.
generateKwargs
(spring, jobname, modelname)[source]
Function that generates kwargs for parametric analysis
Parameters: |
- spring (float) – Spring stiffness parameter
- jobname (str) – Name of the current job
- modelname (str) – Name of the current model
|
Returns: | kwargs
|
Return type: | object
|
-
job_parametric.
jobSubmit
(**kwargs)[source]
Function to submit the job to Abaqus solver
Parameters: | kwargs (object) – model parameters |
Returns: | Null |
Return type: | Null |