mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 13:33:28 -06:00
Added comment about 9 entries in permeability tensor.
This commit is contained in:
parent
c0e2d7748c
commit
c871eaec5f
@ -74,6 +74,7 @@ namespace Opm
|
||||
|
||||
RockFromDeck::RockFromDeck(std::size_t number_of_cells)
|
||||
: porosity_(number_of_cells, 0),
|
||||
// full permeability tensor in 3D stores 9 scalars
|
||||
permeability_(number_of_cells*9, 0.0),
|
||||
permfield_valid_(number_of_cells, false)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user