Feeds
提问
How to simulate a counter current fixed Bed Reactor
Hey, my actual Code ist below % Iterationsschleife im Zersetzer for i=2:length(t) nNa(i)=nNa(i-1)-r(i-1); cNa(i)=n...
3 years 前 | 1 个回答 | 0
1
个回答提问
Solving arrays in an equation to a variable
syms T p pfun=fun_EthanolDampfdruck(T); TSiede=vpasolve(pfun==1.01325,T,300); %Boilingtemperature of Ethanol at 1.013 bar fpr...
3 years 前 | 1 个回答 | 0
