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

sample line for a dynamic mesh

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Thangam

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 18, 2016, 01:05
Default sample line for a dynamic mesh
  #1
Member
 
Thangam Natarajan
Join Date: Dec 2010
Location: Perth
Posts: 70
Rep Power: 16
Thangam is on a distinguished road
I am trying to sample a line which lies on the surface of the mesh that is deforming. To simplify the case, assume a box with one surface of the box undergoing expansion and contraction and line to be sampled is on this surface. Since this cannot be done with the current line sampling option either in the controlDict or sampleDict i.e.
Code:
profile01
           {

               type        uniform;
               axis        x;
               start       (-1 0 0);
               end         (1 0 0);
               nPoints     100;

           }
I tried to use the probes (in this case 100 probes) with the option

Code:
fixedLocations  false;
This does the job (after sorting out the issues since it was on the edge rather than inside the control volume), however, the difficulty arises when the simulation ends and you need to continue from the last saved time step. The controlDict or probesDict needs to be modified with the displaced points for the probe locations for the surface every time the simulation is restarted. Also, I do not want to sample the entire patch because of the size. Is there a way to create a line that can be sampled in such scenarios during the run-time?
mo_na likes this.
Thangam is offline   Reply With Quote

Reply

Tags
dynamic mesh, moving boundary, sample, sampledict


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
decomposePar problem: Cell 0contains face labels out of range vaina74 OpenFOAM Pre-Processing 37 July 20, 2020 05:38
[mesh manipulation] Importing Multiple Meshes thomasnwalshiii OpenFOAM Meshing & Mesh Conversion 18 December 19, 2015 18:57
[Gmsh] Problem with Gmsh nishant_hull OpenFOAM Meshing & Mesh Conversion 23 August 5, 2015 02:09
[OpenFOAM] could not open file .vtk in paraview ali_atrian ParaView 8 August 27, 2014 10:31
[blockMesh] Axisymmetrical mesh Rasmus Gjesing (Gjesing) OpenFOAM Meshing & Mesh Conversion 10 April 2, 2007 14:00


All times are GMT -4. The time now is 14:06.