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
8 mar 2011, 15:32 GMT-5
Hi
iterative solving means working in steps, but cutting the loop such that you avoid the circular reference.
Check the solver settngs if COMSOL has chosen a direct method then you'll get certainly a circular reference => try to add an iterative node.
But even without, it's easy to write a circular reference when you work with higly coupled models, so it's always worth to recheck it ;)
--
Good luck
Ivar
Hi
iterative solving means working in steps, but cutting the loop such that you avoid the circular reference.
Check the solver settngs if COMSOL has chosen a direct method then you'll get certainly a circular reference => try to add an iterative node.
But even without, it's easy to write a circular reference when you work with higly coupled models, so it's always worth to recheck it ;)
--
Good luck
Ivar
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
8 mar 2011, 18:23 GMT-5
Hi Ivar,
How do I add this iterative node?
Alternatively, I was thinking I could call MATLAB to solve for that one variable when it is required. Is this possible? I am much more familiar with MATLAB and can easily code that there.
Pleas provide insight into both the node and matlab methods
Melanie
Hi Ivar,
How do I add this iterative node?
Alternatively, I was thinking I could call MATLAB to solve for that one variable when it is required. Is this possible? I am much more familiar with MATLAB and can easily code that there.
Pleas provide insight into both the node and matlab methods
Melanie
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
9 mar 2011, 01:14 GMT-5
Hi
in V4 you right click the solver node (quite deep inside the solver sequence) and add an iterative node, then it will appear side by side to the Direct node which will be disabled automatiacally, to remove the iterative node, enable the Direct node first and then delete the iterative one. Or reset the solver sequence
Now I have a doubt how it was in 3.5a that's getting too old ;)
Matlab can always be used
--
Good luck
Ivar
Hi
in V4 you right click the solver node (quite deep inside the solver sequence) and add an iterative node, then it will appear side by side to the Direct node which will be disabled automatiacally, to remove the iterative node, enable the Direct node first and then delete the iterative one. Or reset the solver sequence
Now I have a doubt how it was in 3.5a that's getting too old ;)
Matlab can always be used
--
Good luck
Ivar
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
15 dic 2011, 14:34 GMT-5
I have the same problem.
y=f(x(i-1));
x=f(y(i));
where i is time step number
when two variables are dependent on each other and have to iterate sequentially in each time step to update, it came up with the ''circular variable dependency detected' problem. Even though I am using a "time discrete solver", and turn on the "Iterative" node in the solver. It is easy to realize in matlab or other language packages, but how can I do it in comsol.
Thanks in advance,
Yao
I have the same problem.
y=f(x(i-1));
x=f(y(i));
where i is time step number
when two variables are dependent on each other and have to iterate sequentially in each time step to update, it came up with the ''circular variable dependency detected' problem. Even though I am using a "time discrete solver", and turn on the "Iterative" node in the solver. It is easy to realize in matlab or other language packages, but how can I do it in comsol.
Thanks in advance,
Yao
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
13 lug 2012, 04:05 GMT-4
I have tried adding an iterative node to the solver, but the error "circular variable dependency detected" still occurs. I have two variables that are T-dependent (Heat Transfer model) but they are expressed such that they are dependent on each other: Xm = f(Jv, T) and Jv = f(Xm, T).
I have thought of simplifying the expressions such that one variable remains, such as Xm(T) or Jv(T), but the resulting form is non-linear and I can't generate the expression.
Any advice would really help. Thanks!
--
Abe
Hi
in V4 you right click the solver node (quite deep inside the solver sequence) and add an iterative node, then it will appear side by side to the Direct node which will be disabled automatiacally, to remove the iterative node, enable the Direct node first and then delete the iterative one. Or reset the solver sequence
Now I have a doubt how it was in 3.5a that's getting too old ;)
Matlab can always be used
--
Good luck
Ivar
I have tried adding an iterative node to the solver, but the error "circular variable dependency detected" still occurs. I have two variables that are T-dependent (Heat Transfer model) but they are expressed such that they are dependent on each other: Xm = f(Jv, T) and Jv = f(Xm, T).
I have thought of simplifying the expressions such that one variable remains, such as Xm(T) or Jv(T), but the resulting form is non-linear and I can't generate the expression.
Any advice would really help. Thanks!
--
Abe
[QUOTE]
Hi
in V4 you right click the solver node (quite deep inside the solver sequence) and add an iterative node, then it will appear side by side to the Direct node which will be disabled automatiacally, to remove the iterative node, enable the Direct node first and then delete the iterative one. Or reset the solver sequence
Now I have a doubt how it was in 3.5a that's getting too old ;)
Matlab can always be used
--
Good luck
Ivar
[/QUOTE]