Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break line missing when no perforation criteria satisfied in fm_well_trajectory #61

Open
slawekszklarz opened this issue Oct 2, 2024 · 0 comments

Comments

@slawekszklarz
Copy link

If no perforation criteria can be satisfied, e.g. set in input YAML:

  perforations:
    - well: WELL1
      formations: [0]
      dynamic:
        -
          key: SWAT
          min: 2
          max: 3

then exported COMPDAT is missing a new line character:

-- WELL  GROUP           BHP    PHASE  DRAIN  INFLOW  OPEN  CROSS  PVT    HYDS  FIP 
-- NAME  NAME   I    J   DEPTH  FLUID  AREA   EQUANS  SHUT  FLOW   TABLE  DENS  REGN 
WELSPECS 
   WELL1  GROUP     1  1  1*     WATER    0.0    STD     STOP  YES    0      SEG   0    / 
/ 
-- WELL                        OPEN   SAT   CONN           WELL      KH             SKIN      D      DIR 
-- NAME   I     J    K1   K2   SHUT   TAB   FACT           DIA       FACT           FACT      FACT   PEN 
COMPDAT 
-- No interval found that meets the defined perf criteria; create one dummy connection and shut it thereafter.   WELL1   1   1   1   1   SHUT   1*    1   0.5   1   0.00000   1*     'Z' / 
/  

The correct output should be:

-- WELL  GROUP           BHP    PHASE  DRAIN  INFLOW  OPEN  CROSS  PVT    HYDS  FIP 
-- NAME  NAME   I    J   DEPTH  FLUID  AREA   EQUANS  SHUT  FLOW   TABLE  DENS  REGN 
WELSPECS 
   WELL1  GROUP     1  1  1*     WATER    0.0    STD     STOP  YES    0      SEG   0    / 
/ 
-- WELL                        OPEN   SAT   CONN           WELL      KH             SKIN      D      DIR 
-- NAME   I     J    K1   K2   SHUT   TAB   FACT           DIA       FACT           FACT      FACT   PEN 
COMPDAT 
-- No interval found that meets the defined perf criteria; create one dummy connection and shut it thereafter.
   WELL1   1   1   1   1   SHUT   1*    1   0.5   1   0.00000   1*     'Z' / 
/  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant