CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

monitor point problem

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By ghorrocks
  • 1 Post By Opaque
  • 1 Post By ghorrocks
  • 1 Post By ghorrocks

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 27, 2015, 14:28
Default monitor point problem
  #1
New Member
 
Omran
Join Date: Feb 2015
Posts: 16
Rep Power: 11
Omran is on a distinguished road
Hi,
I'm using remeshing for simulating my problem. I have some monitor points for pressure in my domain. The values of pressures before and after remeshing are really different and there is a jump in pressure values. I think it happens because of the position of my monitor points. In fact I think the position of a monitor is the nearest vertex and the nearest vertex before and after remeshing changes and it causes the problem.
I defined some source points in cfx pre and then I created my monitor points with the expression probe(pressure)@source point 1 .
what can I do to avoid these jumps in pressure values?
thanks.
Omran is offline   Reply With Quote

Old   February 28, 2015, 06:44
Default
  #2
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Here's some ideas:

Use a finer mesh.
Do not use remeshing
Put a meshing constraint on such that there is always a node at the monitor point (so snapping to the nearest neighbour is not required)
Omran likes this.
ghorrocks is offline   Reply With Quote

Old   February 28, 2015, 10:02
Default
  #3
Senior Member
 
Join Date: Jun 2009
Posts: 1,804
Rep Power: 32
Opaque will become famous soon enough
Have you looked at your options when setting up monitor points ? If I recall correctly, it is your choice to use nearest vertex, or interpolate within the element the point lies in.

Here is from the recent documentation

Quote:
(applies only when Option is set to Cartesian Coordinates or Cylindrical Coordinates)

Monitor Location Control settings determine where the monitor is placed with respect to the mesh, and how often the monitor position is updated. The following Monitor Location Control options are available:

Interpolation Type
Nearest Vertex

This option causes monitor point data to be taken from the mesh vertex nearest to the specified coordinates. The nearest mesh vertex is determined initially and again every time the monitor position is updated (based on the Position Update Frequency setting).

Trilinear

This option causes monitor point data to be interpolated to the specified coordinates using a weighted average of the data from the vertices of the containing mesh element. The containing mesh element, and the values of the weighting factors, are determined initially and again every time the position is updated (based on the Position Update Frequency setting).

Note: If Interpolation Type is set to Trilinear and the specified coordinates are not contained by the current mesh, CFX-Solver reverts to Nearest Vertex behavior. As a result, you may receive unexpected monitor output. However, if the monitor position updates, normal Trilinear behavior resumes whenever the coordinates are contained by the mesh. This might occur if the simulation includes a moving mesh or a stationary monitor point in a rotating domain.

What version are you using ?
Omran likes this.
Opaque is offline   Reply With Quote

Old   February 28, 2015, 23:43
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
Good point, I have not looked at the monitor point options for a while
Omran likes this.
ghorrocks is offline   Reply With Quote

Old   March 2, 2015, 03:33
Default
  #5
New Member
 
Omran
Join Date: Feb 2015
Posts: 16
Rep Power: 11
Omran is on a distinguished road
Thanks ghorrocks

Use a finer mesh.
I'm trying it.

Do not use remeshing
There is a big deformation and I couldn't do it without remeshing.

Put a meshing constraint on such that there is always a node at the monitor point (so snapping to the nearest neighbour is not required).
If I set my monitor point on a specified node (a node number) I think I'll have the problem again because the position of the node number is changing during remeshing and a node number before and after remeshing relevents to different nodes.

Thanks
Omran is offline   Reply With Quote

Old   March 2, 2015, 04:42
Default
  #6
New Member
 
Omran
Join Date: Feb 2015
Posts: 16
Rep Power: 11
Omran is on a distinguished road
Thanks Opaque

When I set interpolation type to trilinear and place my monitor point on the wall of my rigid body this error happens

Details of error:-
----------------
Error detected by routine PEEKCS
CDANAM = MONP9 /MONLOCCON/CZONE
CRESLT = NONE

Current Directory : /FLOW/CONTROL/OUTPUT/MONITOR

+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Stopped in routine MEMERR

When I place my monitor point anywhere else this error doesn't happen.
How can I solve the problem?

Thanks
Omran is offline   Reply With Quote

Old   March 2, 2015, 04:50
Default
  #7
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
I think if you turn interpolation off it handles being covered by a rigid body by not returning a value for that time step. But of course the down side is you get jumps in the values as the mesh passes over it. But these jumps are a sign of too coarse a mesh, so a finer mesh will reduce this.
Omran likes this.
ghorrocks is offline   Reply With Quote

Old   March 2, 2015, 06:21
Default
  #8
New Member
 
Omran
Join Date: Feb 2015
Posts: 16
Rep Power: 11
Omran is on a distinguished road
Thanks ghorrocks

I think if you turn interpolation off
How can I turn interpolation off?

these jumps are a sign of too coarse a mesh, so a finer mesh will reduce this.
As you said I did it and I used a finer mesh and the jumps reduced but I still have them.

Thanks
Omran is offline   Reply With Quote

Old   October 29, 2016, 21:03
Default Monitor point heave and pitch in cfx
  #9
New Member
 
NUR AIN ABD RAHMAN
Join Date: Oct 2016
Posts: 2
Rep Power: 0
ainrahman is on a distinguished road
hi i am new to cfx, i want to simulate an amphibious boat and monitor its heaving and pitching..somehow can anyone help me what the expression that we can put for output monitoring for heaving and pitching...for example if we want to monitor the ship drag we use force_x()@location..how about heave and pitching point monitor. thank you in advance
ainrahman is offline   Reply With Quote

Old   October 30, 2016, 17:32
Default
  #10
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,703
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
I presume you are doing a rigid body simulation. Have a look in the CFX reference manual for the available variables to report on rigid bodies.
ghorrocks is offline   Reply With Quote

Old   March 30, 2017, 11:38
Default Monitor Point Problem
  #11
New Member
 
Hamed
Join Date: Mar 2017
Location: Iran
Posts: 29
Rep Power: 9
hamed1983 is on a distinguished road
Hi all,

I am simulating a airship in wind tunnel and wish to monitor pressure data in some point over the airship in tunnel but i faced with some problem when i wanted to tilted the airship within tunnel that problem is the monitor point which i determined for pressure monitoring over airship body are not tilted with the model and stayed on 0 degree tilt. henceforth i imposed to manage the monitoring data on nearest vertex and i am in doubt that the output given data would be correct. so that i pleased really anyone to help me with some note and tips please.

Many Thanks
hamed1983 is offline   Reply With Quote

Old   April 3, 2017, 02:02
Default
  #12
Senior Member
 
Maxim
Join Date: Aug 2015
Location: Germany
Posts: 415
Rep Power: 12
-Maxim- is on a distinguished road
Quote:
Originally Posted by hamed1983 View Post
i am in doubt that the output given data would be correct.
Hi,
is the output without the tilt "correct"? Did you go through the FAQ?
https://www.cfd-online.com/Wiki/Ansy..._inaccurate.3F
-Maxim- is offline   Reply With Quote

Old   April 3, 2017, 09:35
Default Monitor Point Problem
  #13
New Member
 
Hamed
Join Date: Mar 2017
Location: Iran
Posts: 29
Rep Power: 9
hamed1983 is on a distinguished road
Thanks for your kind reply anyhow The source of my results correctness is an experimental results approach they are almost correct except in some condition that results are very far from each other.
hamed1983 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
UDF compiling problem Wouter Fluent UDF and Scheme Programming 6 June 6, 2012 04:43
Gambit - meshing over airfoil wrapping (?) problem JFDC FLUENT 1 July 11, 2011 05:59
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 06:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 19:13
Is this problem well posed? Thomas P. Abraham Main CFD Forum 5 September 8, 1999 14:52


All times are GMT -4. The time now is 18:58.