Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.

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.

How to plot required results??

Please login with a confirmed email address before reporting spam

Dear sir,

I wish to create an imaginary plane in required location of my model and plot the results like Maximum, Average and Minimum temperatures at that particular plane. How can I do that?

3 Replies Last Post 2013年2月27日 GMT-5 01:50
Josh Thomas Certified Consultant

Please login with a confirmed email address before reporting spam

Posted: 1 decade ago 2013年2月26日 GMT-5 11:21
1) Right-click on Results>Data Sets and select Cut Plane
2) In the Settings window, change Plane type to General
3) Define your plane that cuts through your geometry
4) Right-click on Results and select 2D Plot Group
5) Right-click on 2D Plot Group and select More Plots> Max/Min Surface
6) Right-click on Derived Values>Average>Surface Average
7) In the Settings window, change the Data set to Cut Plane 1
8) In the Expression field, select appropriate expression (ie T, p, etc) to find average



1) Right-click on Results>Data Sets and select Cut Plane 2) In the Settings window, change Plane type to General 3) Define your plane that cuts through your geometry 4) Right-click on Results and select 2D Plot Group 5) Right-click on 2D Plot Group and select More Plots> Max/Min Surface 6) Right-click on Derived Values>Average>Surface Average 7) In the Settings window, change the Data set to Cut Plane 1 8) In the Expression field, select appropriate expression (ie T, p, etc) to find average

Please login with a confirmed email address before reporting spam

Posted: 1 decade ago 2013年2月26日 GMT-5 23:43

1) Right-click on Results>Data Sets and select Cut Plane
2) In the Settings window, change Plane type to General
3) Define your plane that cuts through your geometry
4) Right-click on Results and select 2D Plot Group
5) Right-click on 2D Plot Group and select More Plots> Max/Min Surface
6) Right-click on Derived Values>Average>Surface Average
7) In the Settings window, change the Data set to Cut Plane 1
8) In the Expression field, select appropriate expression (ie T, p, etc) to find average


But sir, while following the method you have suggested, it is plotting the results with a range of 0-1 and a step of 0.1. But, the time step I require is in the range of 0-86100 with a step of 300. How can I change it to the required pattern??
[QUOTE] 1) Right-click on Results>Data Sets and select Cut Plane 2) In the Settings window, change Plane type to General 3) Define your plane that cuts through your geometry 4) Right-click on Results and select 2D Plot Group 5) Right-click on 2D Plot Group and select More Plots> Max/Min Surface 6) Right-click on Derived Values>Average>Surface Average 7) In the Settings window, change the Data set to Cut Plane 1 8) In the Expression field, select appropriate expression (ie T, p, etc) to find average [/QUOTE] But sir, while following the method you have suggested, it is plotting the results with a range of 0-1 and a step of 0.1. But, the time step I require is in the range of 0-86100 with a step of 300. How can I change it to the required pattern??

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 2013年2月27日 GMT-5 01:50
Hi

By default the solver temporal range goes from range(0,0.1,1) (see the Study - Time dependent node), you can change that to:

range(0,300, 86400)

knowing that by default COMSOL is counting time in seconds (another way range(0,1/12,24)[h] )

--
Good luck
Ivar
Hi By default the solver temporal range goes from range(0,0.1,1) (see the Study - Time dependent node), you can change that to: range(0,300, 86400) knowing that by default COMSOL is counting time in seconds (another way range(0,1/12,24)[h] ) -- Good luck Ivar

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.