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

Updated docs to resolve conflicts between autodoc function and abaqus imports....

Updated docs to resolve conflicts between autodoc function and abaqus imports. Updated readme by adding logo
parent 1e5f0098
No related branches found
No related tags found
1 merge request!1Version 2.1.0
Showing
with 6 additions and 21 deletions
......@@ -124,8 +124,8 @@ def coupling_constraint(region1, region2, influenceRadius, couplingType,
:type region2: object
:param influenceRadius: The influence of the master region will be distributed
throughout the subregion in the slave region defined by this radius
:param influenceRadius: The influence of the master region will be distributed throughout the subregion in the
slave region defined by this radius
:type influenceRadius: float
......
"""
This module contains functions that define interaction between various parts of the mitotic spindle,
create compressive loads and specify boundary conditions as well as formulate the buckling step analysis.
"""
\ No newline at end of file
"""
This module contains functions that generate geometry and mechanical properties
of the standard elements of the mitotic spindle such as centromere, microtubule and interMT connectors
"""
\ No newline at end of file
......@@ -5,7 +5,7 @@
[![Python](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/download/releases/2.7/)
[![Dependencies](https://img.shields.io/badge/dependencies-Abaqus%20CAE-red.svg)](https://www.3ds.com/products-services/simulia/products/abaqus/abaquscae/)
![Screenshot](/docs/build/html/_images/spindle.eps)
## Installation instructions
......
"""
This module contains functions that import and connect standard spindle parts into a
structural assembly of the whole spindle
"""
\ No newline at end of file
"""
This module contains functions that generate finite element mesh on each part of the mitotic spindle assembly
"""
\ No newline at end of file
"""
This script should be executed from the directory that contains .dat files generated by Abaqus CAE during analysis.
It can be used to extract the critical buckling load values from each analysis .dat file and then store them within a
single .dat file.
It can be used to extract the critical buckling load values from each analysis ``.dat`` file and then store them within a
single ``.dat`` file.
"""
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File added
No preview for this file type
No preview for this file type
No preview for this file type
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