Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moose
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sahil Moza
moose
Merge requests
!233
Documentation update 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Documentation update 2
github/fork/Dhruva-Storz/master
into
master
Overview
4
Commits
26
Pipelines
0
Changes
12
Merged
Sahil Moza
requested to merge
github/fork/Dhruva-Storz/master
into
master
7 years ago
Overview
4
Commits
26
Pipelines
0
Changes
12
Expand
Created by: Dhruva-Storz
A few fixes to website, a few additions
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
75c7b51f
26 commits,
3 years ago
12 files
+
272
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
docs/source/user/py/cookbook/chem_load_save.rst
+
29
−
0
Options
@@ -2,6 +2,35 @@
Load - Run - Save models
************************
.. hidden-code-block:: reStructuredText
:label: How to run these examples
Each of the following examples can be run by clicking on the green source button
on the right side of each example, and running from within a ``.py`` python file
on a computer where moose is installed.
Alternatively, all the files mentioned on this page can be found in the main
moose directory. They can be found under
(...)/moose/moose-examples/snippets
They can be run by typing
$ python filename.py
in your command line, where filename.py is the python file you want to run.
All of the following examples show one or more methods within each python file.
For example, in the ``cubeMeshSigNeur`` section, there are two blue tabs
describing the ``cubeMeshSigNeur.createSquid()`` and ``cubeMeshSigNeur.main()``
methods.
The filename is the bit that comes before the ``.`` in the blue boxes, with
``.py`` added at the end of it. In this case, the file name would be
``cubeMeshSigNeur.py``.
|
Load a Kinetic Model
--------------------