CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Programming & Development

Point coordinates of cellZones from pointID

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 5, 2016, 23:16
Default Point coordinates of cellZones from pointID
  #1
New Member
 
Virag Mishra
Join Date: Mar 2014
Posts: 8
Rep Power: 12
Virag is on a distinguished road
Hi

I am trying to modify the dynamicInkJetMesh such that I can use the newPoint.replace only on a cellZone.

newPoints.replace
(
vector::Y,
stationaryPoints_.component(vector::Y)*
(
1.0
+ pos
(
- (stationaryPoints_.component(vector::Y))
- refPlaneY_
)*amplitude_*scalingFunction
)
);

fvMesh::movePoints(newPoints);

I tried to modify solidBodyFvMotion. But everything boils to getting coordinate values of the identified pointIDs of cellZone.

If someone has any idea to extract coordinate values from the pointIDs, please share.
Virag is offline   Reply With Quote

Reply

Tags
cellzoneset, dynamic ink jet, point fields, point id


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
how to get coordinates corresponding to the max point wolverine FLUENT 0 June 16, 2015 05:28
UDF for searching the closest point to a certain point princekar Fluent UDF and Scheme Programming 2 April 26, 2015 04:53
a reconstructPar issue immortality OpenFOAM Post-Processing 8 June 16, 2013 11:25
Is it possible to get value of a variable at given coordinates without a point? technocrat CFX 5 March 23, 2010 17:05
CFX Post: Problems with moving point cloud for changing time steps spatialtime CFX 0 December 7, 2009 04:56


All times are GMT -4. The time now is 03:35.