mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
41 lines
1.8 KiB
Groff
41 lines
1.8 KiB
Groff
.TH CPREGULARIZE "1" "October 2023" "cpregularize 2023.10" "User Commands"
|
|
.SH NAME
|
|
cpregularize \- Program to regularize cornerpoint grids
|
|
.SH SYNOPSIS
|
|
cpregularize gridfilename=cornerpointgrid.grdecl [option=value]
|
|
.SH DESCRIPTION
|
|
Program to regularize cornerpoint grids. Caveats:
|
|
- Only grids with vertical pillars
|
|
- CornerPointChopper can only chop along existing pillars. In case your asked-for horizontal resolution does not divide the initial number of pillars in x/y, you will not obtain a fully regular grid, but still easier numerically.
|
|
- Be careful with non-flat top and bottom boundary.
|
|
|
|
Example usage:
|
|
|
|
cpregularize gridfilename=grid.grdecl ires=5 jres=5 zres=5 resultgrid=regularizedgrid.grdecl
|
|
.SH OPTIONS
|
|
\fBresultgrid\fR File name for regular grid.
|
|
.br
|
|
\fBires\fR Resolution in i-direction. Defaults to 1.
|
|
.br
|
|
\fBjres\fR Resolution in j-direction. Defaults to 1.
|
|
.br
|
|
\fBzres\fR Resolution in z-direction. Defaults to 1.
|
|
.br
|
|
\fBimin\fR Can be used to limit the search area for random subsamples. Defaults to minimum i in inputgrid (full model).
|
|
.br
|
|
\fBimax\fR Can be used to limit the search area for random subsamples. Defaults to maximum i in inputgrid (full model).
|
|
.br
|
|
\fBjmin\fR Analog to imin, but in j-direction. Defaults to minimum j in inputgrid (full model).
|
|
.br
|
|
\fBjmax\fR Analog to imax, but in j-direction. Defaults to maximum j in inputgrid (full model).
|
|
.br
|
|
\fBzmin\fR Analog to imin, but in z-direction and specified in the grids length unit. Defaults to minimum in inputgrid.
|
|
.br
|
|
\fBzmax\fR Analog to imax, but in z-direction and specified in the grids length unit. Defaults to maximum in inputgrid.
|
|
.br
|
|
\fBminperm\fR Cut-off value for permeability.
|
|
.SH "REPORTING BUGS"
|
|
Report on github repository <https://github.com/OPM/opm-upscaling/issues>
|
|
.SH "SEE ALSO"
|
|
upscale_perm
|