{"id":18924766,"url":"https://github.com/l-nafaryus/anisotropy","last_synced_at":"2026-05-02T03:08:18.761Z","repository":{"id":250834443,"uuid":"338000356","full_name":"L-Nafaryus/anisotropy","owner":"L-Nafaryus","description":"Anisotropy of permeability in the periodic porous media","archived":false,"fork":false,"pushed_at":"2024-07-30T06:34:33.000Z","size":20078,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-24T23:41:18.696Z","etag":null,"topics":["anisotropy","cfd","cli","linux","openfoam","python3","salome"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/L-Nafaryus.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-11T10:45:54.000Z","updated_at":"2024-07-30T07:09:06.000Z","dependencies_parsed_at":"2024-07-30T10:47:59.187Z","dependency_job_id":"a5cca76f-4f48-4007-9cfe-96ed5b67e994","html_url":"https://github.com/L-Nafaryus/anisotropy","commit_stats":null,"previous_names":["l-nafaryus/anisotropy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/L-Nafaryus/anisotropy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-Nafaryus%2Fanisotropy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-Nafaryus%2Fanisotropy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-Nafaryus%2Fanisotropy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-Nafaryus%2Fanisotropy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/L-Nafaryus","download_url":"https://codeload.github.com/L-Nafaryus/anisotropy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/L-Nafaryus%2Fanisotropy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521133,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anisotropy","cfd","cli","linux","openfoam","python3","salome"],"created_at":"2024-11-08T11:08:06.847Z","updated_at":"2026-05-02T03:08:18.747Z","avatar_url":"https://github.com/L-Nafaryus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"anisotropy\n==========\n\n*anisotropy* is a ``Python`` package that is the result of science-research work \non the anisotropy of permeability in the periodic porous media. \nA project uses own wrappers around external applications \nfor constructing a shapes and meshes (``Salome``) and computing a flow (``OpenFOAM``).\n\n\n.. figure:: docs/source/static/simple.png\n    :align: center\n    :alt: \n    \n\n.. figure:: static/simple.png\n    :align: center\n    :alt: \n\n.. contents:: README contents\n\nDependencies\n============\n\n.. csv-table::\n    :header: \"Software\", \"Used version\", \"Recommended version\"\n\n    \"`Python \u003chttps://www.python.org\u003e`_\", \"3.9.6\", \"\u003e= 3.8\"\n    \"`Salome \u003chttps://www.salome-platform.org\u003e`_\", \"9.7.0\", \"\u003e= 9.6.0\"\n    \"`OpenFOAM \u003chttps://www.openfoam.com\u003e`_\", \"v2012\", \"\"\n\n\n.. Installation\n\n.. include:: INSTALL.rst\n\nGetting Started\n===============\n\nInitializing a new anisotropy project\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nTo create a new anisotropy project, you'll use the ``anisotropy init`` command.\n``anisotropy init`` is a one-time command you use during the initial setup of a new project.\n\nExample:\n\n.. code-block:: bash\n\n    $ mkdir ~/aproject\n    $ cd ~/aproject\n    $ anisotropy init\n\nExecuting this command will create a new ``anisotropy.db``, ``anisotropy.toml`` files in your\ncurrent working directory. This will also create ``build`` and ``logs`` directories for output files.\n\nDatabase ``anisotropy.db`` is used for storing current values and results. \nWith ``anisotropy.toml`` you can configure all an initial values.\n\nComputing\n~~~~~~~~~\n\nTo start a computation, you'll use the ``anisotropy compute`` command. Using flag ``--stage`` you can\ncontrol what you need to compute (mesh or flow). Using flag ``--param`` you can specify which \nstructure/direction/theta you need to compute.\n\nExample:\n\n.. code-block:: bash\n\n    $ anisotropy compute --stage mesh --param type=simple --param direction=\"[1.0, 0.0, 0.0]\" --param theta=0.01\n\n.. attention::\n\n    * You can't compute a flow without mesh (if you didn't it before succesfully).\n    * ``type``, ``direction`` and ``theta`` are control parameters. If you aren't specifying it than default range of values will be used from ``anisotropy.toml``.\n\nPost-processing\n~~~~~~~~~~~~~~~\n\nTo use post-processing tools, you'll use the ``anisotropy postprocessing`` command.\n\nExample:\n\n.. code-block:: bash\n\n    $ anisotropy postprocessing permeability\n\nAdditional help\n~~~~~~~~~~~~~~~\n\nYou always can use ``--help`` flag with any of ``anistropy`` command to get more information.\n\nLicense\n=======\n\nGNU GPLv3\n\nFor more information see ``LICENSE``.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl-nafaryus%2Fanisotropy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fl-nafaryus%2Fanisotropy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fl-nafaryus%2Fanisotropy/lists"}