Ivar KJELBERG
COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年11月8日 GMT-5 03:18
Hi
this is also very close to a subject I'm scratching my head on, any news/models would be of interest.
I expect that the people at Eidhoven i.e. Mr. van Schijndel might have interesting models, but so far I haven't found the way, to set one up completely via their articles.
But there might be others out here ...
--
Having fun Comsoling
Ivar
Hi
this is also very close to a subject I'm scratching my head on, any news/models would be of interest.
I expect that the people at Eidhoven i.e. Mr. van Schijndel might have interesting models, but so far I haven't found the way, to set one up completely via their articles.
But there might be others out here ...
--
Having fun Comsoling
Ivar
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年11月16日 GMT-5 01:32
Hi Ivar and others,
I have tried a different approach now using a general form PDE module, which allows me to formulate the adsorption equilibrium directly in the equation system of the domain. For the mass transfer I basically have one PDE system with two dependent variables (moisture content in air and desiccant).
The governing equations are:
for air
rho_a (Y_t)+rho_a*ux (Y_x)=0
(W_t)=0
for desiccant
epsilon*rho_a(Y_t) + rho_d (W_t)=rho_a*D_A*(Y_xx+Y_rr)+rho_d*D_S*(W_xx+W_rr)
1/W_max*(W)=phi/ (R+(1-R)*phi)
The model converges now for simulation times less than 10s but I have the problem that I see transfer of adsorbed species into the air.
I think I will have to calculate the mass transport in air and desiccant material in two different modules, but am not sure how to link them, i.e.
air module
rho_a (Ya_t)+rho_a*ux (Ya_x)=0
desiccant module
epsilon*rho_a(Yd_t) + rho_d (W_t)=rho_a*D_A*(Yd_xx+Yd_rr)+rho_d*D_S*(W_xx+W_rr)
1/W_max*(W)=phi/ (R+(1-R)*phi)
interface boundary
Ya=Yd
I have attached a short exemplary model with only the laminar flow and mass transfer calculations using an average temperature and a pdf with a few more details on the governing equations.
Any comments would help me a lot!
Many thanks,
Thorsten
Hi Ivar and others,
I have tried a different approach now using a general form PDE module, which allows me to formulate the adsorption equilibrium directly in the equation system of the domain. For the mass transfer I basically have one PDE system with two dependent variables (moisture content in air and desiccant).
The governing equations are:
for air
rho_a (Y_t)+rho_a*ux (Y_x)=0
(W_t)=0
for desiccant
epsilon*rho_a(Y_t) + rho_d (W_t)=rho_a*D_A*(Y_xx+Y_rr)+rho_d*D_S*(W_xx+W_rr)
1/W_max*(W)=phi/ (R+(1-R)*phi)
The model converges now for simulation times less than 10s but I have the problem that I see transfer of adsorbed species into the air.
I think I will have to calculate the mass transport in air and desiccant material in two different modules, but am not sure how to link them, i.e.
air module
rho_a (Ya_t)+rho_a*ux (Ya_x)=0
desiccant module
epsilon*rho_a(Yd_t) + rho_d (W_t)=rho_a*D_A*(Yd_xx+Yd_rr)+rho_d*D_S*(W_xx+W_rr)
1/W_max*(W)=phi/ (R+(1-R)*phi)
interface boundary
Ya=Yd
I have attached a short exemplary model with only the laminar flow and mass transfer calculations using an average temperature and a pdf with a few more details on the governing equations.
Any comments would help me a lot!
Many thanks,
Thorsten
Ivar KJELBERG
COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年11月21日 GMT-5 09:52
Hi
have you progressed ?
Having stolen a few minutes to look at your file, I notice you ahve 2 set of solvers, one for the fluid, one for the transport, that is OK but you do not say to the "transport" to use the fluid flow results as input conditions. That I beleive is missing
2 ways around:
1) you leave as is but you select in the 2nd solver Dependent Variables Initial VAlues, Solution Solver 1
2) you have one study with two consecutive steps, one per physics as you have selected now. The fact taht you define them in the same study will make COMSOL to link them such that the second step uses automatically the results from the first step
--
Good luck
Ivar
Hi
have you progressed ?
Having stolen a few minutes to look at your file, I notice you ahve 2 set of solvers, one for the fluid, one for the transport, that is OK but you do not say to the "transport" to use the fluid flow results as input conditions. That I beleive is missing
2 ways around:
1) you leave as is but you select in the 2nd solver Dependent Variables Initial VAlues, Solution Solver 1
2) you have one study with two consecutive steps, one per physics as you have selected now. The fact taht you define them in the same study will make COMSOL to link them such that the second step uses automatically the results from the first step
--
Good luck
Ivar
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2011年11月22日 GMT-5 20:28
Hi,
haven't had any real success yet, unfortunately. I tried to calculate the transport mechanisms in the two domains using two separate "transfer of diluted species"-modules and tried linking them together using equivalent boundary conditions on the interface for each domain:
a) two equivalent Dirichlet conditions, imposing Ya=Yd
b) two equivalent boundary flux terms, imposing D_va*(Ya_r)=D_A*(Yd_r), with D_va being the diffusion coefficient in the air domain.
Comparing these two modelling results to those using only one "transfer of diluted species" module defined for both domains, I get three different results:
The adsorbate transport seems to be the same in all three cases, while...
... in option a) there is no gradient of Ya-field (air domain), leading to a different distribution of Yd in the desiccant
... in b) the Ya is actually negative although have a similar shape to model 1, while Yd-field (solid domain) looks completely different to the one of the original model (one "diluted species" module) and does not show any resemblance to the profile of the Wd distribution.
(See the attached pdf for the plots)
Have I defined the boundary conditions on the interface correctly?
If I exchange the flux terms to
N1=-N2= D_A*(Yd_r)-D_va*(Ya_r)
I get the same profile only with slightly different numbers.
I have attached another pdf with the comparison of the different results I got and the exemplary model.
Would really appreciate any help!
Cheers,
Thorsten
PS: Ivar, to your comment above -
I have set up the calculations of velocity and concentration fields using two separate studies because the flow calculation is independent of the transfer calculations and I did not want to calculate it again every time I changed something. I have set them up, so that the second time-dependent study of the mass transfer uses the solution of the laminar flow module, so I selected in the 2nd solver under "dependent variables not solved for", "Solution" and "Solution Solver 1".
Hi,
haven't had any real success yet, unfortunately. I tried to calculate the transport mechanisms in the two domains using two separate "transfer of diluted species"-modules and tried linking them together using equivalent boundary conditions on the interface for each domain:
a) two equivalent Dirichlet conditions, imposing Ya=Yd
b) two equivalent boundary flux terms, imposing D_va*(Ya_r)=D_A*(Yd_r), with D_va being the diffusion coefficient in the air domain.
Comparing these two modelling results to those using only one "transfer of diluted species" module defined for both domains, I get three different results:
The adsorbate transport seems to be the same in all three cases, while...
... in option a) there is no gradient of Ya-field (air domain), leading to a different distribution of Yd in the desiccant
... in b) the Ya is actually negative although have a similar shape to model 1, while Yd-field (solid domain) looks completely different to the one of the original model (one "diluted species" module) and does not show any resemblance to the profile of the Wd distribution.
(See the attached pdf for the plots)
Have I defined the boundary conditions on the interface correctly?
If I exchange the flux terms to
N1=-N2= D_A*(Yd_r)-D_va*(Ya_r)
I get the same profile only with slightly different numbers.
I have attached another pdf with the comparison of the different results I got and the exemplary model.
Would really appreciate any help!
Cheers,
Thorsten
PS: Ivar, to your comment above -
I have set up the calculations of velocity and concentration fields using two separate studies because the flow calculation is independent of the transfer calculations and I did not want to calculate it again every time I changed something. I have set them up, so that the second time-dependent study of the mass transfer uses the solution of the laminar flow module, so I selected in the 2nd solver under "dependent variables not solved for", "Solution" and "Solution Solver 1".