Gunnar Andersson
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
9 years ago
1 juil. 2015, 02:59 UTC−4
You can get the plot with the axes reversed:
- Results > Data Sets > More Data Sets: Create Parametric Extrusion 1D
- Results: Create 2D Plot Group and set its Data set to the parametric extrusion data set.
- Add a surface plot to the plot group and set Expression to T.
The data set contains settings for e.g. how the time axis is scaled in relation to the spatial axis.
You can get the plot with the axes reversed:
- Results > Data Sets > More Data Sets: Create Parametric Extrusion 1D
- Results: Create 2D Plot Group and set its Data set to the parametric extrusion data set.
- Add a surface plot to the plot group and set Expression to T.
The data set contains settings for e.g. how the time axis is scaled in relation to the spatial axis.
Michael Rembe
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
9 years ago
1 juil. 2015, 05:07 UTC−4
Hey Gunnar,
thank you very much for your hints. The 1D parametric extrusion works and I understand it. But how can I switch the axes in the view? In my 1D model the x axis is in reality the z axis and in the 1D plots I switch the axes using the expression filed for the x-axis.
In the 2D plot of the 1D parametric extrusion the time is at the y axis, it should be at the x axis. I think the only way is to define a view, but by this way I can't define the axis.
Best regards,
Michael
Hey Gunnar,
thank you very much for your hints. The 1D parametric extrusion works and I understand it. But how can I switch the axes in the view? In my 1D model the x axis is in reality the z axis and in the 1D plots I switch the axes using the expression filed for the x-axis.
In the 2D plot of the 1D parametric extrusion the time is at the y axis, it should be at the x axis. I think the only way is to define a view, but by this way I can't define the axis.
Best regards,
Michael
Gunnar Andersson
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
9 years ago
1 juil. 2015, 05:28 UTC−4
But how can I switch the axes in the view?
You can't switch the axes in the view. I can't come up with any easy way of achieving the effect that you want. A complicated workaround is to do the following:
- Create a Sector 2D data set that points to the parametric extrusion data set.
- Set Number of sectors to 4, Sectors to include to Manual, Start sector to 1, and Number of sectors to include to 1.
- Create a Mirror 2D data set that points to the sector data set.
- Expand the Advanced section and check Define variables.
- Create a 2D plot group that points to the mirror data set. Add a surface plot with the expression if(mir1side==0, T, NaN).
[QUOTE]But how can I switch the axes in the view?[/QUOTE]
You can't switch the axes in the view. I can't come up with any easy way of achieving the effect that you want. A complicated workaround is to do the following:
- Create a Sector 2D data set that points to the parametric extrusion data set.
- Set Number of sectors to 4, Sectors to include to Manual, Start sector to 1, and Number of sectors to include to 1.
- Create a Mirror 2D data set that points to the sector data set.
- Expand the Advanced section and check Define variables.
- Create a 2D plot group that points to the mirror data set. Add a surface plot with the expression if(mir1side==0, T, NaN).
Michael Rembe
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
9 years ago
1 juil. 2015, 05:47 UTC−4
Hey Gunnar,
thanks a lot!! It works perfectly!!
Best regards
Michael
Hey Gunnar,
thanks a lot!! It works perfectly!!
Best regards
Michael