i need to write Fortran code for aspen plus simulation but I'm practicing the ultrafiltration example I got the error. "Block membrane is not in mass balance... The total flow rate is zero..." Please what can I do
I experienced same error during coding for a different problem, then i reviewed my code and figured out problem. Please compare your code with Aspen code carefully, there should be something missing in your code.
Above code was just a example to show the root of above error. This code has nothing to do with your problem. when i solved the example of ultrafiltration membrane, i did not face such a problem. Please review your code carefully.
I am using V8.8 and its owesome. When writing your FORTRAN make sure when you define your variables, they linked to either your stream or block. Also be careful when you write your formula that relates the variables as this tends to make ASPEN PLUS export the results to the wrong block resulting in error.