Hi! I'm a chemical engineering student from Italy and I'm working on a project, using Aspen Adsorption, regarding the operation of a packed column that should remove CO2 from a gas stream containing CO2 and N2. The purpose of the project is to find a functional expression of the diffusivity of CO2 as a function of bed coverage (instead of using a fixed one), with the aim of running a simulation and obtain results that fit sperimental data. I've tried to do this using Fortran and the Higashi et al. model (D = D0 * 1/(1-θ)), where D is the diffusivity, θ is the coverage and D0 is a constant. The problem is that I should estimate this constant, but it is not present in the Adsorption estimation module (the software doesn't recognize it as a variable).
Is there anyone who had faced the same problem or knows how to use Fortran to add a variable to the simulation?
Thanks in advance!