Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2009年11月25日 GMT-5 15:22
Matlab again will probably be the only efficient way. You'll see from Comsol m-files that the boundary conditions and subdomain properties are formatted in matrix form (using brackets). Thus, you should be able to define a matrix that contains all of the boundary conditions (i.e. a vector containing the force applied at each boundary), then use that matrix when writing the m-file. I can't give you much more explanation than that as I don't know the nature of the B.C.s that you are setting.
Good luck,
Mike
Matlab again will probably be the only efficient way. You'll see from Comsol m-files that the boundary conditions and subdomain properties are formatted in matrix form (using brackets). Thus, you should be able to define a matrix that contains all of the boundary conditions (i.e. a vector containing the force applied at each boundary), then use that matrix when writing the m-file. I can't give you much more explanation than that as I don't know the nature of the B.C.s that you are setting.
Good luck,
Mike
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
2009年12月1日 GMT-5 16:50
yeah, thanks Mike, i would try to solve it in matlab
yeah, thanks Mike, i would try to solve it in matlab