Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.

Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.

momentum transport and mass transports coupled simulation using matlab script

Please login with a confirmed email address before reporting spam

Hello All~

I conduct momentum transport and mass transports coupled simulation using matlab script~

but i have some problems~

when i simulated this topic, always failed to find a solutions~
====================================================
Warning:
Failed to find a solution:
No convergence, even when using the minimum damping factor.
Returned solution has not converged.
====================================================

[my script(geneal form formulation)] - momentum & mass transport (diffuction & convection)

fem.equ.ga={ { {'-p+2*eta*ux' 'eta*(uy+vx)'} {'eta*(uy+vx)' '(-p+2*eta*vy)'} {0 0} {'-D*cx-D*cy' '-D*cx-D*cy'} } };
fem.equ.f={ {'rho*(u*ux+v*uy)' 'rho*(u*vx+v*vy)' 'ux+vy' '-u*cx-v*cy'} };
fem.bnd.ind={[4] [1] [3] [2]}; % rectangular geometry inlet, wall, membrane wall, outlet
fem.bnd.r={ {'u+6*s*(1-s)*u0*nx' 'v+6*s*(1-s)*u0*ny' 0 '-c+c0'}...
{'u' 'v' 0 0} {'u' 'v-(deltap-fos*c)/Rm' 0 0} {0 0 'p' 0} };
fem.bnd.g={{0 0 0 0} {0 0 0 '-(-nx*u-ny*v)*c*rej'} {0 0 0 '-(-nx*u-ny*v)*c*rej'} {'nx*p' 'ny*p' 0 0}};

what is problems of my script or process?

thanks you~

1 Reply Last Post Oct 21, 2012, 5:01 a.m. EDT
COMSOL Moderator

Hello Oh Seungjae

Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.

If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.


Please login with a confirmed email address before reporting spam

Posted: 1 decade ago Oct 21, 2012, 5:01 a.m. EDT
Hi,seungjae

I'm having a similar issue with my model. I excecute the plane stress analysis using a mixed formulation coupled simulation using matlab script .

I think you have solve your problem. Can you give me some advices on how do you solve it ?It may be important for me to solve my own problems.

Thanks so much,

cunfu


Hi,seungjae I'm having a similar issue with my model. I excecute the plane stress analysis using a mixed formulation coupled simulation using matlab script . I think you have solve your problem. Can you give me some advices on how do you solve it ?It may be important for me to solve my own problems. Thanks so much, cunfu

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.