Answered
difference result with same equation
thank you very much, i understand

5 years ago | 0

Question


difference result with same equation
my commands bhp=100*ones(10,1); bht=[500;500;500;500;500;300;300;300;300;300]; p= @(bhp,bhT) bhp + g*dz.*rho(bhp,bhT); ...

5 years ago | 2 answers | 0

2

answers

Question


how to solve Error: Unexpected MATLAB expression
i write command for initial pressure in grid cell (FVM = finite volume methods) i have done define p_init(below) p_init =...

5 years ago | 1 answer | 0

1

answer

Answered
how to connection 2 grid
great i will try.

5 years ago | 0

Answered
how to connection 2 grid
W is struct 2x1 consist of : w(1) = number of cell [412;422;432;442] w(2) = number of cell [512;522;532;542] temp is temper...

5 years ago | 0

Question


how to connection 2 grid
hi i have 2 grid wc1 = W(1).cells; wc2 = W(2).cells; i want to write wc consift of w(1) and w(2) Temp = ones(size(wc))*20...

5 years ago | 3 answers | 0

3

answers

Question


Unexpected MATLAB expression.
i try to make equation but when i run have problem Unexpected MATLAB expression. a=(T) 247.8./((T-273)+68.12963)) anyone ...

5 years ago | 1 answer | 0

1

answer

Answered
How do I solve "too many input arguments" error ?
(T)rho_r.*(1-(((T-273)-3.9863).^2/508929.2).*((((T-273)+288.9414)./((T-273)+68.12963)))) Too many input arguments. a...

5 years ago | 0

Question


How to make loop ?
I have the script below: wc = W(1).cells; % connection grid cells WI = W(1).WI; dz = W(1).dZ; I want to c...

6 years ago | 1 answer | 0

1

answer

Question


Non existent field for T (temperature)
Dear all i new user using mathlab, i got some coding that related with my study but need to modified, some code had i changed,...

6 years ago | 0 answers | 0

0

answers

Question


Mathlab Reservoir Simulation Toolboxx
hi anyone familiar using MRST?

6 years ago | 1 answer | 0

1

answer

Question


How to create the two-layer grid?
I find codding but in my mind it's not explained clearly that it is two layers. %% Create the grid: a simple cartesian grid...

6 years ago | 1 answer | 0

1

answer