mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
19 lines
656 B
Groff
19 lines
656 B
Groff
.TH UPSCALE_PERM "1" "October 2023" "upscale_perm 2023.10" "User Commands"
|
|
.SH NAME
|
|
upscale_perm \- Upscale permeability
|
|
.SH SYNOPSIS
|
|
upscale_perm [option value] [grid file]
|
|
.SH DESCRIPTION
|
|
Upscale permeability to one effective permeability tensor for the whole model.
|
|
|
|
Example usage:
|
|
|
|
upscale_perm -bc p -output upscaledperm.txt grid.grdecl
|
|
.SH OPTIONS
|
|
\fB\-bc\fR Which boundary conditions to use. Possible values are p (periodic), f (fixed) or l (linear). Defaults to f.
|
|
\fB\-output\fR Filename for where to write upscaled values.
|
|
.SH "REPORTING BUGS"
|
|
Report on github repository <https://github.com/OPM/opm-upscaling/issues>
|
|
.SH "SEE ALSO"
|
|
upscale_perm
|