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.
definition of equations and boundaries using matlab
Posted Sep 22, 2009, 3:33 p.m. EDT 4 Replies
Please login with a confirmed email address before reporting spam
hii..
I have been trying to use MATLAB as a direct way to solve the problem, since my geometry is a bit complicated. However when I tried using the Application modes under Comsol Multiphysics, I found that nowhere in the documentation do they state the names of the variables and boundary conditions to be used, if we use Matlab directly.
For example the applications mode 'FlNavierStokes' defines the variables for boundary conditions:
bnd.U0out = {};
bnd.v0 = {};
bnd.opentype = {};
bnd.u0 = {};
bnd.Fbnd = {};
bnd.p0 = {};
bnd.type = {};
bnd.velType = {};
bnd.walltype = {};
bnd.uwall = {};
bnd.inttype = {};
bnd.U0in = {};
bnd.vwall = {};
bnd.ww = {};
bnd.name = {};
bnd.outtype = {};
bnd.f0 = {};
bnd.uvw = {};
bnd.intype = {};
bnd.stresstype = {};
however how do I know which variable corresponds to which boundary condition.
If somebody knows a way other than trial and error, kindly help me out.
I have been trying to use MATLAB as a direct way to solve the problem, since my geometry is a bit complicated. However when I tried using the Application modes under Comsol Multiphysics, I found that nowhere in the documentation do they state the names of the variables and boundary conditions to be used, if we use Matlab directly.
For example the applications mode 'FlNavierStokes' defines the variables for boundary conditions:
bnd.U0out = {};
bnd.v0 = {};
bnd.opentype = {};
bnd.u0 = {};
bnd.Fbnd = {};
bnd.p0 = {};
bnd.type = {};
bnd.velType = {};
bnd.walltype = {};
bnd.uwall = {};
bnd.inttype = {};
bnd.U0in = {};
bnd.vwall = {};
bnd.ww = {};
bnd.name = {};
bnd.outtype = {};
bnd.f0 = {};
bnd.uvw = {};
bnd.intype = {};
bnd.stresstype = {};
however how do I know which variable corresponds to which boundary condition.
If somebody knows a way other than trial and error, kindly help me out.
4 Replies Last Post Jun 30, 2010, 10:31 a.m. EDT