Skip to content

How to assign the heterogeneous permeability coefficient K in Nested mesh problem (DISV)? #2039

Closed Answered by dbrakenhoff
tju999 asked this question in Q&A
Discussion options

You must be logged in to vote

The example problem has a single layer as far as I can tell, so your k-list or array should have the following shape:

k = np.ones((1, 121))
or 
k = [[<121 k-values ...>]]

You're trying to add a list of 3 k11-values for each cell in the layer, which is why you're getting an error.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tju999
Comment options

@dbrakenhoff
Comment options

@tju999
Comment options

@dbrakenhoff
Comment options

Answer selected by tju999
@tju999
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants