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
Feb 10, 2011, 5:40 a.m. EST
H
you have two types of paramtetric sweeps: the "continuation" internal parameter sweep you define in the solver node i.e. stationary, or frequency sweep. And the full Parametric sweep. Th latter loops aroud the geoemtry too, so this one allows you to also update your geoemtry and mesh if required.
note that you might nest the sweeps to, apart that it makes looooong runs ;)
--
Good luck
Ivar
H
you have two types of paramtetric sweeps: the "continuation" internal parameter sweep you define in the solver node i.e. stationary, or frequency sweep. And the full Parametric sweep. Th latter loops aroud the geoemtry too, so this one allows you to also update your geoemtry and mesh if required.
note that you might nest the sweeps to, apart that it makes looooong runs ;)
--
Good luck
Ivar
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
Feb 14, 2011, 4:23 a.m. EST
Thank you
I know how to do it now
Thank you
I know how to do it now
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
May 6, 2011, 1:30 p.m. EDT
H
you have two types of paramtetric sweeps: the "continuation" internal parameter sweep you define in the solver node i.e. stationary, or frequency sweep. And the full Parametric sweep. Th latter loops aroud the geoemtry too, so this one allows you to also update your geoemtry and mesh if required.
note that you might nest the sweeps to, apart that it makes looooong runs ;)
--
Good luck
Ivar
How to do the Full Parametric Sweep to change the geometry exactly? And how to do 3 parametric sweeps at once for the geometry exactly? This is urgent...please advise
[QUOTE]
H
you have two types of paramtetric sweeps: the "continuation" internal parameter sweep you define in the solver node i.e. stationary, or frequency sweep. And the full Parametric sweep. Th latter loops aroud the geoemtry too, so this one allows you to also update your geoemtry and mesh if required.
note that you might nest the sweeps to, apart that it makes looooong runs ;)
--
Good luck
Ivar
[/QUOTE]
How to do the Full Parametric Sweep to change the geometry exactly? And how to do 3 parametric sweeps at once for the geometry exactly? This is urgent...please advise
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
May 6, 2011, 2:47 p.m. EDT
Hi
I haven tried more than 2 levels in V4, not sure it can handle 3 levels, you get a lot of data like that !
Perhaps if you get the outer one to save the results as a series of files with 2 levels, it couldwork (for the postprocessing/results)
--
Good luck
Ivar
Hi
I haven tried more than 2 levels in V4, not sure it can handle 3 levels, you get a lot of data like that !
Perhaps if you get the outer one to save the results as a series of files with 2 levels, it couldwork (for the postprocessing/results)
--
Good luck
Ivar
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
May 7, 2011, 3:22 p.m. EDT
Hi
I haven tried more than 2 levels in V4, not sure it can handle 3 levels, you get a lot of data like that !
Perhaps if you get the outer one to save the results as a series of files with 2 levels, it couldwork (for the postprocessing/results)
--
Good luck
Ivar
Hello,
I keep getting this error
Parameter list must be strictly monotone.
Although my parameters are both increasing and have the same number of intervals
[QUOTE]
Hi
I haven tried more than 2 levels in V4, not sure it can handle 3 levels, you get a lot of data like that !
Perhaps if you get the outer one to save the results as a series of files with 2 levels, it couldwork (for the postprocessing/results)
--
Good luck
Ivar
[/QUOTE]
Hello,
I keep getting this error
Parameter list must be strictly monotone.
Although my parameters are both increasing and have the same number of intervals
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
May 7, 2011, 3:24 p.m. EDT
Besides, does a parametric sweep solve each value of the second term for all values of the first term and so on?
Besides, does a parametric sweep solve each value of the second term for all values of the first term and so on?
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
May 8, 2011, 4:56 a.m. EDT
Hi
for multi parameter definitions, you must provide all parameter values in a 2xn or 3xn or mxn... list and the first of each pair (triple ...) must be monotonously increasing. Check the doc, and the FORUM there are several threads already on the subject
--
Good luck
Ivar
Hi
for multi parameter definitions, you must provide all parameter values in a 2xn or 3xn or mxn... list and the first of each pair (triple ...) must be monotonously increasing. Check the doc, and the FORUM there are several threads already on the subject
--
Good luck
Ivar
Please login with a confirmed email address before reporting spam
Posted:
1 decade ago
May 9, 2011, 3:47 a.m. EDT
Hi
for multi parameter definitions, you must provide all parameter values in a 2xn or 3xn or mxn... list and the first of each pair (triple ...) must be monotonously increasing. Check the doc, and the FORUM there are several threads already on the subject
--
Good luck
Ivar
Hi,Ivar
My problem is the same as the above. The model contain 3 physical field, ElectroicMagnet, Heat transfer, Solid mechanic. The solver include 3 Segregated solvers, each for one field variable. When parametric sweep is conducted, the first two given values can get through successfully, and the RAM consumes about 1.8G of the total 3.25G. And then, it will stop and warn "LU out of memory", what confused me is that the RAM taken by the solver is no more than 2.5G, and there is still free memory,how can this happen? And why the previous given values can get through? I suspect there is something related to the very poor memory management of COMSOL.
[QUOTE]
Hi
for multi parameter definitions, you must provide all parameter values in a 2xn or 3xn or mxn... list and the first of each pair (triple ...) must be monotonously increasing. Check the doc, and the FORUM there are several threads already on the subject
--
Good luck
Ivar
[/QUOTE]
Hi,Ivar
My problem is the same as the above. The model contain 3 physical field, ElectroicMagnet, Heat transfer, Solid mechanic. The solver include 3 Segregated solvers, each for one field variable. When parametric sweep is conducted, the first two given values can get through successfully, and the RAM consumes about 1.8G of the total 3.25G. And then, it will stop and warn "LU out of memory", what confused me is that the RAM taken by the solver is no more than 2.5G, and there is still free memory,how can this happen? And why the previous given values can get through? I suspect there is something related to the very poor memory management of COMSOL.