GEOS-DEV / GEOS-DEV/GEOS

[Feature] Enable PoroElasticTransverseIsotropic Model

Open
#3,018 4 comments 0 reactions 1 assignee View on GitHub

@jhuang2601 is already working on this.

Since Mar 4, 2024.

type: feature
Dominant language
C++
Stars
287
Forks
109
Avg merge
4d 41m
Merged PRs (30d)
5

Description

At first, I used this version to run my model. But there is error that getShearModulus() not implemented for this model.
GEOSX version: 0.2.0 (develop, sha1: 94e338c7f)

  • c++ compiler: gcc 9.4.0
  • MPI version: Open MPI v4.0.3, package: Debian OpenMPI, ident: 4.0.3, repo rev: v4.0.3, Mar 03, 2020
  • HDF5 version: 1.12.1
  • Conduit version: 0.8.2
  • VTK version: 9.2.6
  • RAJA version: 2023.6.1
  • umpire version: 2023.6.0
  • adiak version: ..
  • caliper version: 2.10.0
  • METIS version: 5.1.0
  • PARAMETIS version: 4.0.3
  • scotch version: 7.0.3
  • superlu_dist version: 6.3.0
  • suitesparse version: 5.7.9
  • Python3 version: 3.8.10
  • hypre release version: 2.29.0

The error information:
***** ERROR
***** LOCATION: /home/pku/codes/codes09122023/GEOS/src/coreComponents/constitutive/solid/SolidBase.hpp:137
***** Controlling expression (should be false): true
***** Rank 7: getShearModulus() not implemented for this model

I found that "Re-Enable anisotropic constitutive models #2749 ". And I updated the codes and rerun it today. But still there is error. The error information turned into getBulkModulus() not implemented for this model.

GEOS version: 0.2.0, maybe 3c386ca

  • c++ compiler: gcc 9.4.0
  • MPI version: Open MPI v4.0.3, package: Debian OpenMPI, ident: 4.0.3, repo rev: v4.0.3, Mar 03, 2020
  • HDF5 version: 1.12.1
  • Conduit version: 0.8.2
  • VTK version: 9.2.6
  • RAJA version: 2023.6.1
  • umpire version: 2023.6.0
  • adiak version: ..
  • caliper version: 2.10.0
  • METIS version: METIS_VERSION
  • PARAMETIS version: PARAMETIS_VERSION
  • scotch version: 7.0.3
  • superlu_dist version: 6.3.0
  • suitesparse version: 5.7.9
  • hypre version: v2.30.0-44-geab5f9f7f (master)
  • trilinos version: 13.4.1
  • Python3 version: 3.8.10

***** ERROR
***** LOCATION: /home/pku/codes/codes03032024/GEOS/src/coreComponents/constitutive/solid/SolidBase.hpp:112
***** Controlling expression (should be false): true
***** Rank 0: getBulkModulus() not implemented for this model

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.