Explicit Equations Preview

P=R·TVbα·aV·(V+b)
a=0.42747·R2·Tc2Pc
b=0.08664·R·TcPc
α=(1+m·(1TTc))2
m=0.48508+1.55171·ω0.1561·ω2
Tc=304.2
Pc=72.9
R=0.08206
ω=0.225
T=300
V=0.065
Tr=TTc
Pr=PPc
z=P·VR·T

Program validated. Ready to Solve.
# Explicit Calculations
# Gas pressure from SRK equation of state
# Verified Solution: P = 96.129, z = 0.253814
# Ref.: Prob. 2.9 in Problem Solving in Chemical

P = R*T/(V-b)-alpha*a/(V*(V+b)) # Pressure (atm)
a = 0.42747*R^2*Tc^2/Pc #SRK constant
b = 0.08664*R*Tc/Pc #SRK constant
alpha = (1+m*(1-sqrt(T/Tc)))^2 #SRK constant alpha
m = 0.48508+1.55171*omega-0.1561*omega^2 #SRK constant m
Tc = 304.2 #Critical temperature (K)
Pc = 72.9 #Critical pressure (atm)
R = 0.08206 #Gas constant (L-atm/gmol-K)
omega = 0.225 #Acentric factor
T = 300 #Temperature (K)
V=0.065 # Volume (L/g-mol)
#P = 100 #Pressure (atm)
Tr=T/Tc
Pr=P/Pc
z=P*V/(R*T)

Explicit Equations Solution

 VariableValue
1Tc304.2
2Pc72.9
3R0.08206
4a3.6539244
5b0.029667547
6omega0.225
7m0.82631219
8T300
9alpha1.0114811
10V0.065
11P96.128994
12Tr0.98619329
13Pr1.3186419
14z0.25381366

Settings and Hints

 Name/SourceValueType
1 Explicit equations 14 Setting
2 Anonymous expressions 0 Setting
3 #@report_fix_digits = 8 Default (integer)
4 #@report_show_source = true Default (boolean)
5 #@report_show_header = false Default (boolean)
6 #@report_show_settings = true Default (boolean)

Messages

 SeverityDescription
1Info-Infor- Explicit variables (14) P, a, b, alpha, m, Tc, Pc, R, omega, T, V, Tr, Pr, z
2Info-Infor- All variables (14) R, T, V, b, alpha, a, P, Tc, Pc, m, omega, Tr, Pr, z

Source

# Explicit Calculations
# Gas pressure from SRK equation of state
# Verified Solution: P = 96.129, z = 0.253814
# Ref.: Prob. 2.9 in Problem Solving in Chemical

P = R*T/(V-b)-alpha*a/(V*(V+b)) # Pressure (atm)
a = 0.42747*R^2*Tc^2/Pc #SRK constant
b = 0.08664*R*Tc/Pc #SRK constant
alpha = (1+m*(1-sqrt(T/Tc)))^2 #SRK constant alpha
m = 0.48508+1.55171*omega-0.1561*omega^2 #SRK constant m
Tc = 304.2 #Critical temperature (K)
Pc = 72.9 #Critical pressure (atm)
R = 0.08206 #Gas constant (L-atm/gmol-K)
omega = 0.225 #Acentric factor
T = 300 #Temperature (K)
V=0.065 # Volume (L/g-mol)
#P = 100 #Pressure (atm)
Tr=T/Tc
Pr=P/Pc
z=P*V/(R*T)