-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Labels
type: bugSomething isn't workingSomething isn't workingtype: newA new issue has been created and requires attentionA new issue has been created and requires attention
Description
When I run my simple test case, I got a warning related to region pressure average :
***** WARNING
***** LOCATION: /path/to/geos/develop_d5fccb5/src/coreComponents/physicsSolvers/fluidFlow/wells/CompositionalMultiphaseWell.cpp:437
***** Controlling expression (should be false): useSeg
WellControls referenceReservoirRegion not set and well constraint fluid property calculations will use top segement pressure and temp
So I added the referenceReservoirRegion="Reservoir" and now I got the following error message about wells :
***** ERROR
***** LOCATION: /path/to/geos/develop_d5fccb5/src/coreComponents/physicsSolvers/fluidFlow/wells/CompositionalMultiphaseWell.cpp:459
***** Controlling expression (should be false): !region.hasWrapper( CompositionalMultiphaseStatistics::catalogName())
***** Rank 3: compositionalMultiphaseWell (simulationA_prop.xml, l.36): No region average quantities computed. WellControl wellControls1 referenceReservoirRegion field requires CompositionalMultiphaseStatistics to be configured for region Reservoir
** StackTrace of 10 frames **
Frame 0: /path/to/geos/develop_d5fccb5/install-spack-generated-Release-2025-09-17-13-22/lib/libfluidFlowSolvers.so
Frame 1: geos::WellSolverBase::initializePostSubGroups()
Frame 2: geos::CompositionalMultiphaseWell::initializePostSubGroups()
Frame 3: geos::dataRepository::Group::initialize()
Frame 4: geos::dataRepository::Group::initialize()
Frame 5: geos::dataRepository::Group::initialize()
Frame 6: geos::ProblemManager::problemSetup()
Frame 7: geos::GeosxState::initializeDataRepository()
Frame 8: main
Frame 9: __libc_start_main
Frame 10: _start
=====
This case runs without warning and errors before this commit: 09dcac5cb815b7e02c07956c91372b82c6a35108
Here is my case:
case.zip
For the tutorial case Multiphase Flow with Wells, there are warnings with the XML smoke file: 'deadOilEgg_smoke_3d.xml'
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't workingtype: newA new issue has been created and requires attentionA new issue has been created and requires attention