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

moving subset of points

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 17, 2011, 08:28
Default moving subset of points
  #1
Senior Member
 
Pablo
Join Date: Mar 2009
Posts: 102
Rep Power: 17
pablodecastillo is on a distinguished road
Hello,

Is it possible move only a subset of points of the mesh?, any idea?

Usually i do like :

quaternion R(vector(0,1,0),rotationVector.y());
septernion TR(septernion(Vert + translationVector)*R*septernion(-Vert));
vectorField NewPoints(mesh_.points());
mesh_.fvMesh::movePoints(transform(TR,NewPoints));

now i would like the same but for a subset
pablodecastillo 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
TimeVaryingMappedFixedValue best practice to extract subset points and fields podallaire OpenFOAM Running, Solving & CFD 6 May 21, 2014 10:25
Sliding Interface issues philippose OpenFOAM Running, Solving & CFD 7 May 5, 2014 03:13
Attach sensor points to moving body naval88 FLUENT 1 April 9, 2010 01:16
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36
How to monitor pressure of points on moving wall? whpsoft FLUENT 2 July 11, 2006 23:20


All times are GMT -4. The time now is 19:53.