Force the number of quadrature points to 1 in some constitutive models
Open
@francoishamon is already working on this.
Since May 17, 2023.
type: cleanup / refactor
- Dominant language
- C++
- Stars
- 287
- Forks
- 109
- Avg merge
- 4d 41m
- Merged PRs (30d)
- 5
Description
Describe the issue
For multiphase poromechanics simulations on hexahedral meshes, the memory requirements of the constitutive models (multifluid, relperm, capillary pressure) are huge because of the way we determine the number of quadrature points in these models
Proposed cleanup
Does anyone mind if I do the following:
- Force the number of quadrature points in the fluid, relperm, capillary pressure models to 1 (as already done for permeability and conductivity)
- Modify the poromechanics kernels accordingly
?
I did not find another way to do it (for instance, using mesh levels and discretization) given the way poromechanics kernels interact with the mesh levels.
@rrsettgast @CusiniM @klevzoff @castelletto1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.