Skip to content
Snippets Groups Projects
Select Git revision
  • a7b5ddccb46abbbe208e0ffb3305d5f865f99a61
  • main default protected
  • MacOS
  • 1.1.1
  • 1.1.0
  • 1.0
6 results

fxdgm

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Name Last commit Last update
    .vscode
    examples
    src
    README.md
    environment.yml

    Reproducibility Repository for: Numerical Treatment of a Thermodynamically Consistent Electrolyte Model (B.Sc. Thesis - Jan Habscheid)

    Thesis

    This repository contains the code to reproduce the results presented in the bachelor thesis: Numerical Treatment of a Thermodynamically Consistent Electrolyte Model Find the thesis at: - Insert link to thesis

    Abstract

    • Insert Abstract from thesis

    Installation

    As a numerical solver, mainly FEniCSx was used and installed via conda.

    conda create -n fenicsx-env python=3.12.13
    conda activate fenicsx-env
    conda install -c conda-forge fenics-dolfinx=0.8.0 mpich=4.2.1 pyvista=0.43.10 matplotlib=3.8.4 numpy=2.0.1 scipy=1.14.0

    Alternative installation

    Use the "environment.yml" file to install all necessary environments

    conda env create -f environment.yml

    Usage

    Contact

    :Author: | Jan Habscheid | Jan.Habscheid@rwth-aachen.de :Supervisor: | Dr. Lambert Theissen | ACoM - Applied and Computational Mathematics | RWTH Aachen University | theisen@acom.rwth-aachen.de :Supervisor: | Prof. Dr. Manuel Torrilhon | ACoM - Applied and Computational Mathematics | RWTH Aachen University | mt@acom.rwth-aachen.de