Select Git revision
-
worldline-zero authoredworldline-zero authored
LoadCase.html 26.74 KiB
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LoadCase package — Spindle FEA 1.0.0 documentation</title>
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="index" title="Index"
href="genindex.html"/>
<link rel="search" title="Search" href="search.html"/>
<link rel="top" title="Spindle FEA 1.0.0 documentation" href="index.html"/>
<link rel="next" title="Parts package" href="Parts.html"/>
<link rel="prev" title="Objectives of this project" href="Project_idea.html"/>
<script src="_static/js/modernizr.min.js"></script>
</head>
<body class="wy-body-for-nav" role="document">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search">
<a href="index.html" class="icon icon-home"> Spindle FEA
</a>
<div class="version">
2.0
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="HowToRun.html">How to use Spindle FEA</a></li>
<li class="toctree-l1"><a class="reference internal" href="Project_idea.html">Objectives of this project</a></li>
</ul>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">LoadCase package</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#submodules">Submodules</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-LoadCase.Interaction">LoadCase.Interaction module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-LoadCase.InteractionHelpers">LoadCase.InteractionHelpers module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-LoadCase.LoadsAndBCs">LoadCase.LoadsAndBCs module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-LoadCase.Step">LoadCase.Step module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-LoadCase">Module contents</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="Parts.html">Parts package</a></li>
<li class="toctree-l1"><a class="reference internal" href="SpindleAssembly.html">SpindleAssembly package</a></li>
<li class="toctree-l1"><a class="reference internal" href="SpindleMesh.html">SpindleMesh package</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">Spindle FEA</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="index.html">Docs</a> »</li>
<li>LoadCase package</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/LoadCase.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="loadcase-package">
<h1>LoadCase package<a class="headerlink" href="#loadcase-package" title="Permalink to this headline">¶</a></h1>
<div class="section" id="submodules">
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
</div>
<div class="section" id="module-LoadCase.Interaction">
<span id="loadcase-interaction-module"></span><h2>LoadCase.Interaction module<a class="headerlink" href="#module-LoadCase.Interaction" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="LoadCase.Interaction.CoupleAMTs">
<code class="descclassname">LoadCase.Interaction.</code><code class="descname">CoupleAMTs</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/Interaction.html#CoupleAMTs"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.Interaction.CoupleAMTs" title="Permalink to this definition">¶</a></dt>
<dd><p>Couple astral microtubules with springs</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>kwargs</strong> – object</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">None</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.Interaction.CoupleAMTsToCentrosomes">
<code class="descclassname">LoadCase.Interaction.</code><code class="descname">CoupleAMTsToCentrosomes</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/Interaction.html#CoupleAMTsToCentrosomes"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.Interaction.CoupleAMTsToCentrosomes" title="Permalink to this definition">¶</a></dt>
<dd><p>Connect astral microtubules to centrosomes</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>kwargs</strong> – object</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">None</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.Interaction.CoupleIpMTsToCentrosomes">
<code class="descclassname">LoadCase.Interaction.</code><code class="descname">CoupleIpMTsToCentrosomes</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/Interaction.html#CoupleIpMTsToCentrosomes"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.Interaction.CoupleIpMTsToCentrosomes" title="Permalink to this definition">¶</a></dt>
<dd><p>Connect and couple interpolar microtubules to centrosomes</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>kwargs</strong> – object</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">None</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.Interaction.CoupleIpMTsToSring">
<code class="descclassname">LoadCase.Interaction.</code><code class="descname">CoupleIpMTsToSring</code><span class="sig-paren">(</span><em>data</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/Interaction.html#CoupleIpMTsToSring"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.Interaction.CoupleIpMTsToSring" title="Permalink to this definition">¶</a></dt>
<dd><p>Create distributed elastic spring and couple interpolar microtubules to it</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>kwargs</strong> – object</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">None</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.Interaction.create_interactions">
<code class="descclassname">LoadCase.Interaction.</code><code class="descname">create_interactions</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/Interaction.html#create_interactions"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.Interaction.create_interactions" title="Permalink to this definition">¶</a></dt>
<dd><p>Define all interactions and connections within model</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>kwargs</strong> – object</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">kwargs</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">object</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">data</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">list</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
<div class="section" id="module-LoadCase.InteractionHelpers">
<span id="loadcase-interactionhelpers-module"></span><h2>LoadCase.InteractionHelpers module<a class="headerlink" href="#module-LoadCase.InteractionHelpers" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="LoadCase.InteractionHelpers.attach_spring">
<code class="descclassname">LoadCase.InteractionHelpers.</code><code class="descname">attach_spring</code><span class="sig-paren">(</span><em>region</em>, <em>dof</em>, <em>name</em>, <em>springType='Ground'</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/InteractionHelpers.html#attach_spring"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.InteractionHelpers.attach_spring" title="Permalink to this definition">¶</a></dt>
<dd><p>Defines a spring object that couples two points or a point to the ground</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>region</strong> (<em>str</em>) – Name of the region to which spring is attached</li>
<li><strong>dof</strong> (<em>int</em>) – Number of DOF associated with the spring.</li>
<li><strong>name</strong> (<em>str</em>) – name of the spring connection</li>
<li><strong>springType</strong> (<em>str</em>) – Type of the spring. Either Ground or Pair</li>
<li><strong>kwargs</strong> (<em>dict</em>) – model parameters</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Null</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">Null</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.InteractionHelpers.couple_nearest_aMTs">
<code class="descclassname">LoadCase.InteractionHelpers.</code><code class="descname">couple_nearest_aMTs</code><span class="sig-paren">(</span><em>i</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/InteractionHelpers.html#couple_nearest_aMTs"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.InteractionHelpers.couple_nearest_aMTs" title="Permalink to this definition">¶</a></dt>
<dd><p>Create a spring-based coupling of pairs of astral microtubules</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>i</strong> (<em>int</em>) – Number of aMT</li>
<li><strong>kwargs</strong> (<em>dict</em>) – model parameters</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Null</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">Null</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.InteractionHelpers.coupling_constraint">
<code class="descclassname">LoadCase.InteractionHelpers.</code><code class="descname">coupling_constraint</code><span class="sig-paren">(</span><em>region1</em>, <em>region2</em>, <em>influenceRadius</em>, <em>couplingType</em>, <em>weightingMethod</em>, <em>name</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/InteractionHelpers.html#coupling_constraint"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.InteractionHelpers.coupling_constraint" title="Permalink to this definition">¶</a></dt>
<dd><p>Create a coupling constraint between two regions</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple">
<li><strong>region1</strong> (<em>object</em>) – Master region</li>
<li><strong>region2</strong> (<em>object</em>) – Slave region</li>
<li><strong>influenceRadius</strong> – The influence of the master region will be distributed</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>throughout the subregion in the slave region defined by this radius</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>couplingType</strong> – Type of coupling is DISTRIBUTED ot STRUCTURAL</li>
<li><strong>weightingMethod</strong> (<em>str</em>) – Method of averaging the parameters of the coupling</li>
<li><strong>name</strong> (<em>str</em>) – Name of the coupling region</li>
<li><strong>kwargs</strong> (<em>dict</em>) – model parameters</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Null</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">Null</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.InteractionHelpers.create_RP">
<code class="descclassname">LoadCase.InteractionHelpers.</code><code class="descname">create_RP</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/InteractionHelpers.html#create_RP"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.InteractionHelpers.create_RP" title="Permalink to this definition">¶</a></dt>
<dd><p>Create a reference point</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>kwargs</strong> – object</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">reference point object</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.InteractionHelpers.find_nearest">
<code class="descclassname">LoadCase.InteractionHelpers.</code><code class="descname">find_nearest</code><span class="sig-paren">(</span><em>position</em>, <em>regions</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/InteractionHelpers.html#find_nearest"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.InteractionHelpers.find_nearest" title="Permalink to this definition">¶</a></dt>
<dd><p>Find the astral microtubules that have the closest positions</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>position</strong> (<em>tuple</em>) – (x, y, z) position of the aMT growing end</li>
<li><strong>regions</strong> (<em>list of objects</em>) – Regions that contain nearest aMT ends</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Null</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">Null</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.InteractionHelpers.pick_region">
<code class="descclassname">LoadCase.InteractionHelpers.</code><code class="descname">pick_region</code><span class="sig-paren">(</span><em>verts_index</em>, <em>regionType</em>, <em>collectionName</em>, <em>position</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/InteractionHelpers.html#pick_region"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.InteractionHelpers.pick_region" title="Permalink to this definition">¶</a></dt>
<dd><p>Pick a region to assign connection</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>regionType</strong> – ‘vertice’, ‘edge’, ‘centrosome’ -> defines the type of the picked region</li>
<li><strong>collectionName</strong> – name of the entity specified by the region</li>
<li><strong>position</strong> – ‘centrosome-right’, ‘centrosome-left’ -> defines to which pole the region belongs</li>
<li><strong>kwargs</strong> – object</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">(object) region</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.InteractionHelpers.sum_regions">
<code class="descclassname">LoadCase.InteractionHelpers.</code><code class="descname">sum_regions</code><span class="sig-paren">(</span><em>verts_index</em>, <em>regionType</em>, <em>collectionName</em>, <em>separate='True'</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/InteractionHelpers.html#sum_regions"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.InteractionHelpers.sum_regions" title="Permalink to this definition">¶</a></dt>
<dd><p>Split a single picked region into a collection of sub-regions</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>regionType</strong> – ‘vertice’, ‘edge’, ‘centrosome’ -> defines the type of the picked region</li>
<li><strong>collectionName</strong> – name of the entity specified by the region</li>
<li><strong>separate</strong> – ‘True’ -> separate combined region into right and left sub-regions</li>
<li><strong>kwargs</strong> – opbject</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">either combined_region or combined_region_right and combined_region_left</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
<div class="section" id="module-LoadCase.LoadsAndBCs">
<span id="loadcase-loadsandbcs-module"></span><h2>LoadCase.LoadsAndBCs module<a class="headerlink" href="#module-LoadCase.LoadsAndBCs" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="LoadCase.LoadsAndBCs.create_bc">
<code class="descclassname">LoadCase.LoadsAndBCs.</code><code class="descname">create_bc</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/LoadsAndBCs.html#create_bc"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.LoadsAndBCs.create_bc" title="Permalink to this definition">¶</a></dt>
<dd><p>Fix growing ends of aMTs where they are attached to the membrane</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>kwargs</strong> (<em>dict</em>) – model parameters</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">Null</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">Null</td>
</tr>
</tbody>
</table>
</dd></dl>
<dl class="function">
<dt id="LoadCase.LoadsAndBCs.create_load">
<code class="descclassname">LoadCase.LoadsAndBCs.</code><code class="descname">create_load</code><span class="sig-paren">(</span><em>data</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/LoadsAndBCs.html#create_load"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.LoadsAndBCs.create_load" title="Permalink to this definition">¶</a></dt>
<dd><p>Create and apply compressing load at each connection between connectors and ipMTs</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple">
<li><strong>data</strong> (<em>list</em>) – list containing all ipMTs and connectors of the model</li>
<li><strong>kwargs</strong> (<em>dict</em>) – model parameters</li>
</ul>
</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first">Null</p>
</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><p class="first last">Null</p>
</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
<div class="section" id="module-LoadCase.Step">
<span id="loadcase-step-module"></span><h2>LoadCase.Step module<a class="headerlink" href="#module-LoadCase.Step" title="Permalink to this headline">¶</a></h2>
<dl class="function">
<dt id="LoadCase.Step.Step">
<code class="descclassname">LoadCase.Step.</code><code class="descname">Step</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/LoadCase/Step.html#Step"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#LoadCase.Step.Step" title="Permalink to this definition">¶</a></dt>
<dd><p>Create buckling analysis and define all the parameters</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>kwargs</strong> (<em>dict</em>) – model parameters</td>
</tr>
<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">Null</td>
</tr>
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">Null</td>
</tr>
</tbody>
</table>
</dd></dl>
</div>
<div class="section" id="module-LoadCase">
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-LoadCase" title="Permalink to this headline">¶</a></h2>
<p>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.</p>
</div>
</div>
</div>
<div class="articleComments">
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="Parts.html" class="btn btn-neutral float-right" title="Parts package" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="Project_idea.html" class="btn btn-neutral" title="Objectives of this project" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
© Copyright 2018, Andrii Iakovliev.
</p>
</div>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT:'./',
VERSION:'1.0.0',
COLLAPSE_INDEX:false,
FILE_SUFFIX:'.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script type="text/javascript" src="_static/js/theme.js"></script>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.StickyNav.enable();
});
</script>
</body>
</html>