[Matlab] Replace calls to removed 'z' method with 'gridPoints'

This commit is contained in:
Ray Speth 2018-01-24 15:58:39 -05:00
parent 536158b402
commit 987a247bd0
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ teq = temperature(gas);
yeq = massFractions(gas);
% estimated strain rate
zz = z(flow);
zz = gridPoints(flow);
dz = zz(end) - zz(1);
vleft = massFlux(left)/rho0;
vright = massFlux(right)/rho0;

View file

@ -61,7 +61,7 @@ if flametype == 0
else
t1 = temperature(right);
end
zz = z(flow);
zz = gridPoints(flow);
dz = zz(end) - zz(1);
setProfile(f, 2, {'u', 'V'}, [0.0 1.0
mdot0/rho0 -mdot1/rho0