Skip to content
Snippets Groups Projects

OGSModel-class

Open Julian Heinze requested to merge ogs_model into main
1 unresolved thread

ToDos:

  • Tests
  • Usage of OGSMesh-class
  • OGSModel.from_feflow()-method
  • return value run_model

sim_result = model.run_model(logfile=f"{out_dir}/out.txt", args=f"-o {out_dir} -m .")

ms = ot.MeshSeries(sim_result)

ogs/ogs!5217 (diffs)

Edited by Tobias Meisel

Merge request reports

Merge request pipeline passed for 28283aa1

Test coverage 89.00% (0.00%) from 1 job
Code Quality is loading
Ready to merge by members who can write to the target branch.
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 # Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org)
2 # Distributed under a Modified BSD License.
3 # See accompanying file LICENSE.txt or
4 # http://www.opengeosys.org/project/license
5 #
6
7
8 from collections import defaultdict
9 from pathlib import Path
10
11 import pyvista as pv
12
13 from ogstools import Mesh
    • Resolved by Julian Heinze

      How do we distinguish between boundary meshes and meshes used i.e. for source terms which don't need to be boundaries. I think it wouldn't be practical to stored them in a separate attribute, so maybe we rename boundary_meshes to subdomain_meshes which covers all submeshes?

  • Julian Heinze added 72 commits

    added 72 commits

    Compare with previous version

  • Julian Heinze added 11 commits

    added 11 commits

    Compare with previous version

  • changed milestone to %0.5.1 Release

  • Julian Heinze added 29 commits

    added 29 commits

    Compare with previous version

  • Julian Heinze added 1 commit

    added 1 commit

    Compare with previous version

  • Julian Heinze added 14 commits

    added 14 commits

    Compare with previous version

  • Tobias Meisel changed the description

    changed the description

  • Tobias Meisel mentioned in merge request ogs/ogs!5217 (merged)

    mentioned in merge request ogs/ogs!5217 (merged)

  • Please register or sign in to reply
    Loading