| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The fluidfoam package provides Python classes useful to perform some plot with OpenFoam data.
http://fluidfoam.readthedocs.org
The simplest way to install fluidfoam is by using pip::
pip install fluidfoam --user
You can get the source code from github or from the Python Package Index.
The development mode is often useful. From the fluidfoam directory, run::
python3 -m pip install --editable . --user
Or if you are using a virtual environment, run::
python3 -m pip install --editable .
A good starting point is to follow this forking tutorial.
To clone your fork of fluidfoam repository::
git clone https://github.com/your_username/fluidfoam
To get the status of the repository::
git status
In case of new/modified file(s)::
git add new_file
To commit a revision on the local repository::
git commit -m "comment on the revision"
To push the revision on your github fluidfoam repository::
git push
To propose your changes into the main fluidfoam project, follow again the forking tutorial.
fluidfoam is distributed under the GNU General Public License v3 (GPLv3 or newer).
.. _GPLv3: https://www.gnu.org/licenses/gpl-3.0.en.html
| Back | FazBrowse Home | New Git URL |