<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://fluid.colorado.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ychen</id>
		<title>PHASTA Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://fluid.colorado.edu/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ychen"/>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php/Special:Contributions/Ychen"/>
		<updated>2026-04-30T16:32:33Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=233</id>
		<title>PHASTA/Extract Wall Shear Stress</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=233"/>
				<updated>2012-08-04T04:34:12Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[Compressible Flow]&lt;br /&gt;
How to extract the wall shear stress (wss) vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?&lt;br /&gt;
&lt;br /&gt;
1. Go to the directory containing the reduced one-part geombc.dat.1 file and the ybar file, for example, ybar.352000-372000.0&lt;br /&gt;
&lt;br /&gt;
2. Run the following command one by one&lt;br /&gt;
&lt;br /&gt;
'''mkdir wss'''   ''create a new directory to put the wss vtk file''&lt;br /&gt;
&lt;br /&gt;
'''cd wss'''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../geombc.dat.1'''  ''create a softlink of the geombc.dat.1 file''&lt;br /&gt;
&lt;br /&gt;
'''cp /users/ychen/develop/phasta/wallshearC/wallshearC/input.config .''' &lt;br /&gt;
&lt;br /&gt;
'''cp /users/ychen/develop/phasta/wallshearC/wallshearC/solver.inp .'''  ''input.config and solver.inp here have no real meanings, the only reason is that the code need to read them''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../ybar.352000-372000.0 ybar.372000.0 '''  ''create a softlink of the ybar file, notice that the link only takes the final time step in the file name''&lt;br /&gt;
&lt;br /&gt;
or '''ln -s ../restart.372000.0'''  ''if we are extracting wss from the solution field of the restart file''&lt;br /&gt;
&lt;br /&gt;
'''echo 372000 &amp;gt; numstart.dat'''  &lt;br /&gt;
&lt;br /&gt;
'''echo 1 &amp;gt; itagybar.dat'''   ''tell the code to extract wss from the ybar file ''&lt;br /&gt;
&lt;br /&gt;
'''mpirun /users/ychen/develop/phasta/wallshearC/wallshearC/bin/x86_64_linux-icc/wallshearC.exe-openmpi &amp;gt; dumpWSS.log  2&amp;gt;&amp;amp;1 &amp;amp; '''   ''run the code''&lt;br /&gt;
&lt;br /&gt;
tail -f dumpWSS.log&lt;br /&gt;
&lt;br /&gt;
=============================================================================================================================&lt;br /&gt;
&lt;br /&gt;
[Incompressible Flow]&lt;br /&gt;
&lt;br /&gt;
It is easy to do but I need some time to test it. Michele might have a working version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''You are strongly encouraged to build the code under your own directory, probably together with the phSolver toolsets using CMake.''' &lt;br /&gt;
&lt;br /&gt;
--[[User:Ychen|Ychen]] 13:14, 26 July 2012 (MDT)&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=View_VTK_file_in_Matlab&amp;diff=227</id>
		<title>View VTK file in Matlab</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=View_VTK_file_in_Matlab&amp;diff=227"/>
				<updated>2012-07-27T20:10:58Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: Created page with &amp;quot;1. Convert vtk file to matlab data  VTKreader Convert the vtk file of an all-triangle surface mesh to the Matlab data. The connectivity is stored in tri, coordinates are x, y, an...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Convert vtk file to matlab data&lt;br /&gt;
&lt;br /&gt;
VTKreader&lt;br /&gt;
Convert the vtk file of an all-triangle surface mesh to the Matlab data. The connectivity is stored in tri, coordinates are x, y, and z.&lt;br /&gt;
&lt;br /&gt;
/users/ychen/NGC/surface.vtk&lt;br /&gt;
&lt;br /&gt;
In Matlab command line type&lt;br /&gt;
&lt;br /&gt;
cd /users/ychen/NGC&lt;br /&gt;
&lt;br /&gt;
VTKreader('surface')&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=Run_Inviscid_Simulations&amp;diff=226</id>
		<title>Run Inviscid Simulations</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=Run_Inviscid_Simulations&amp;diff=226"/>
				<updated>2012-07-27T19:52:09Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: Created page with &amp;quot;If the inviscid case is 3-D, the meshing is actually easier. The tricky case is 2-D  1. Solver Choice  For low-speed case we can use AcuSolve, to load it  vglconnect -s viz001  s...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;If the inviscid case is 3-D, the meshing is actually easier. The tricky case is 2-D&lt;br /&gt;
&lt;br /&gt;
1. Solver Choice&lt;br /&gt;
&lt;br /&gt;
For low-speed case we can use AcuSolve, to load it&lt;br /&gt;
&lt;br /&gt;
vglconnect -s viz001&lt;br /&gt;
&lt;br /&gt;
soft add +acusolve&lt;br /&gt;
&lt;br /&gt;
vglrun acuConsole&lt;br /&gt;
&lt;br /&gt;
We can group the CAD model and meshing it. All the walls are slip-wall type&lt;br /&gt;
&lt;br /&gt;
After we generate the input file for the solver we can run the solver using the command:&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=Category:Post-processing&amp;diff=225</id>
		<title>Category:Post-processing</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=Category:Post-processing&amp;diff=225"/>
				<updated>2012-07-27T17:13:34Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Collect Turbulence Statistics]]&lt;br /&gt;
&lt;br /&gt;
[[Extract Wall Shear Stress]]&lt;br /&gt;
&lt;br /&gt;
[[Paraview Automation with Python]]&lt;br /&gt;
&lt;br /&gt;
[[Visualization using Matlab]]&lt;br /&gt;
&lt;br /&gt;
[[Run Inviscid Simulations]]&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=Category:Post-processing&amp;diff=224</id>
		<title>Category:Post-processing</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=Category:Post-processing&amp;diff=224"/>
				<updated>2012-07-27T17:13:27Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Collect Turbulence Statistics]]&lt;br /&gt;
&lt;br /&gt;
[[Extract Wall Shear Stress]]&lt;br /&gt;
&lt;br /&gt;
[[Paraview Automation with Python]]&lt;br /&gt;
&lt;br /&gt;
[[Visualization using Matlab]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Run Inviscid Simulations]]&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=222</id>
		<title>ParaView/Automation with Python</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=222"/>
				<updated>2012-07-26T21:20:17Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Extract surface using paraview, the code will look like &lt;br /&gt;
&lt;br /&gt;
from paraview.simple import *&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#========== read in data file&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
print 'Read phasta file'&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;dataObj = PhastaReader( FileName= 'restart_one.pht' )  # you have to change the name of this pht file&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
SRF = ExtractSurface(Input=dataObj)&lt;br /&gt;
&lt;br /&gt;
MGBLK1 = MergeBlocks(Input=SRF)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;vtkWriter = DataSetWriter(FileName = 'Surface.vtk' , Input = MGBLK1, FileType = 1) # you have to change the name of this vtk file&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
vtkWriter.UpdatePipeline()&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Get the python file from &lt;br /&gt;
&lt;br /&gt;
/users/ychen/NGC/geometry2012/pvExtractSuface.py&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=221</id>
		<title>ParaView/Automation with Python</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=221"/>
				<updated>2012-07-26T21:19:52Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Extract surface using paraview, the code will look like &lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;from paraview.simple import *&lt;br /&gt;
&lt;br /&gt;
#========== read in data file&lt;br /&gt;
&lt;br /&gt;
print 'Read phasta file'&lt;br /&gt;
&lt;br /&gt;
dataObj = PhastaReader( FileName= 'restart_one.pht' )  # you have to change the name of this pht file&lt;br /&gt;
&lt;br /&gt;
SRF = ExtractSurface(Input=dataObj)&lt;br /&gt;
&lt;br /&gt;
MGBLK1 = MergeBlocks(Input=SRF)&lt;br /&gt;
&lt;br /&gt;
vtkWriter = DataSetWriter(FileName = 'Surface.vtk' , Input = MGBLK1, FileType = 1) # you have to change the name of this vtk file&lt;br /&gt;
&lt;br /&gt;
vtkWriter.UpdatePipeline()&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Get the python file from &lt;br /&gt;
&lt;br /&gt;
/users/ychen/NGC/geometry2012/pvExtractSuface.py&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=220</id>
		<title>ParaView/Automation with Python</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=220"/>
				<updated>2012-07-26T21:09:47Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Extract surface using paraview, the code will look like &lt;br /&gt;
&lt;br /&gt;
from paraview.simple import *&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;#========== read in data file&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
print 'Read phasta file'&lt;br /&gt;
&lt;br /&gt;
dataObj = PhastaReader( FileName= 'restart_one.pht' )&lt;br /&gt;
&lt;br /&gt;
SRF = ExtractSurface(Input=dataObj)&lt;br /&gt;
&lt;br /&gt;
MGBLK1 = MergeBlocks(Input=SRF)&lt;br /&gt;
&lt;br /&gt;
vtkWriter = DataSetWriter(FileName = 'Surface.vtk' , Input = MGBLK1, FileType = 1)&lt;br /&gt;
&lt;br /&gt;
vtkWriter.UpdatePipeline()&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=219</id>
		<title>ParaView/Automation with Python</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=219"/>
				<updated>2012-07-26T21:00:02Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Extract surface using paraview, the code will look like &lt;br /&gt;
&lt;br /&gt;
from paraview.simple import *&lt;br /&gt;
&lt;br /&gt;
\#========== read in data file&lt;br /&gt;
&lt;br /&gt;
print 'Read phasta file'&lt;br /&gt;
&lt;br /&gt;
dataObj = PhastaReader( FileName= 'restart_one.pht' )&lt;br /&gt;
&lt;br /&gt;
SRF = ExtractSurface(Input=dataObj)&lt;br /&gt;
&lt;br /&gt;
MGBLK1 = MergeBlocks(Input=SRF)&lt;br /&gt;
&lt;br /&gt;
vtkWriter = DataSetWriter(FileName = 'Surface.vtk' , Input = MGBLK1, FileType = 1)&lt;br /&gt;
&lt;br /&gt;
vtkWriter.UpdatePipeline()&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=218</id>
		<title>ParaView/Automation with Python</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=218"/>
				<updated>2012-07-26T20:59:51Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Extract surface using paraview, the code will look like &lt;br /&gt;
&lt;br /&gt;
from paraview.simple import *&lt;br /&gt;
&lt;br /&gt;
/#========== read in data file&lt;br /&gt;
&lt;br /&gt;
print 'Read phasta file'&lt;br /&gt;
&lt;br /&gt;
dataObj = PhastaReader( FileName= 'restart_one.pht' )&lt;br /&gt;
&lt;br /&gt;
SRF = ExtractSurface(Input=dataObj)&lt;br /&gt;
&lt;br /&gt;
MGBLK1 = MergeBlocks(Input=SRF)&lt;br /&gt;
&lt;br /&gt;
vtkWriter = DataSetWriter(FileName = 'Surface.vtk' , Input = MGBLK1, FileType = 1)&lt;br /&gt;
&lt;br /&gt;
vtkWriter.UpdatePipeline()&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=217</id>
		<title>ParaView/Automation with Python</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=217"/>
				<updated>2012-07-26T20:59:33Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Extract surface using paraview, the code will look like &lt;br /&gt;
&lt;br /&gt;
''from paraview.simple import *&lt;br /&gt;
&lt;br /&gt;
#========== read in data file&lt;br /&gt;
&lt;br /&gt;
print 'Read phasta file'&lt;br /&gt;
&lt;br /&gt;
dataObj = PhastaReader( FileName= 'restart_one.pht' )&lt;br /&gt;
&lt;br /&gt;
SRF = ExtractSurface(Input=dataObj)&lt;br /&gt;
&lt;br /&gt;
MGBLK1 = MergeBlocks(Input=SRF)&lt;br /&gt;
&lt;br /&gt;
vtkWriter = DataSetWriter(FileName = 'Surface.vtk' , Input = MGBLK1, FileType = 1)&lt;br /&gt;
&lt;br /&gt;
vtkWriter.UpdatePipeline()&lt;br /&gt;
''&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=216</id>
		<title>ParaView/Automation with Python</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=ParaView/Automation_with_Python&amp;diff=216"/>
				<updated>2012-07-26T20:59:00Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: Created page with &amp;quot;1. Extract surface using paraview  from paraview.simple import *  #========== read in data file  print 'Read phasta file'  dataObj = PhastaReader( FileName= 'restart_one.pht' )  ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Extract surface using paraview&lt;br /&gt;
&lt;br /&gt;
from paraview.simple import *&lt;br /&gt;
&lt;br /&gt;
#========== read in data file&lt;br /&gt;
&lt;br /&gt;
print 'Read phasta file'&lt;br /&gt;
&lt;br /&gt;
dataObj = PhastaReader( FileName= 'restart_one.pht' )&lt;br /&gt;
&lt;br /&gt;
SRF = ExtractSurface(Input=dataObj)&lt;br /&gt;
&lt;br /&gt;
MGBLK1 = MergeBlocks(Input=SRF)&lt;br /&gt;
&lt;br /&gt;
vtkWriter = DataSetWriter(FileName = 'Surface.vtk' , Input = MGBLK1, FileType = 1)&lt;br /&gt;
&lt;br /&gt;
vtkWriter.UpdatePipeline()&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=215</id>
		<title>PHASTA/Extract Wall Shear Stress</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=215"/>
				<updated>2012-07-26T19:30:01Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[Compressible Flow]&lt;br /&gt;
How to extract the wall shear stress (wss) vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?&lt;br /&gt;
&lt;br /&gt;
1. Go to the directory containing the reduced one-part geombc.dat.1 file and the ybar file, for example, ybar.352000-372000.0&lt;br /&gt;
&lt;br /&gt;
2. Run the following command one by one&lt;br /&gt;
&lt;br /&gt;
'''mkdir wss'''   ''create a new directory to put the wss vtk file''&lt;br /&gt;
&lt;br /&gt;
'''cd wss'''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../geombc.dat.1'''  ''create a softlink of the geombc.dat.1 file''&lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/input.config .''' &lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/solver.inp .'''  ''input.config and solver.inp here have no real meanings, the only reason is that the code need to read them''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../ybar.352000-372000.0 ybar.372000.0 '''  ''create a softlink of the ybar file, notice that the link only takes the final time step in the file name''&lt;br /&gt;
&lt;br /&gt;
or '''ln -s ../restart.372000.0'''  ''if we are extracting wss from the solution field of the restart file''&lt;br /&gt;
&lt;br /&gt;
'''echo 372000 &amp;gt; numstart.dat'''  &lt;br /&gt;
&lt;br /&gt;
'''echo 1 &amp;gt; itagybar.dat'''   ''tell the code to extract wss from the ybar file ''&lt;br /&gt;
&lt;br /&gt;
'''mpirun ~/develop/phasta/wallshearC/wallshearC/bin/x86_64_linux-icc/wallshearC.exe-openmpi &amp;gt; dumpWSS.log  2&amp;gt;&amp;amp;1 &amp;amp; '''   ''run the code''&lt;br /&gt;
&lt;br /&gt;
tail -f dumpWSS.log&lt;br /&gt;
&lt;br /&gt;
=============================================================================================================================&lt;br /&gt;
&lt;br /&gt;
[Incompressible Flow]&lt;br /&gt;
&lt;br /&gt;
It is easy to do but I need some time to test it. Michele might have a working version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''You are strongly encouraged to build the code under your own directory, probably together with the phSolver toolsets using CMake.''' &lt;br /&gt;
&lt;br /&gt;
--[[User:Ychen|Ychen]] 13:14, 26 July 2012 (MDT)&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=214</id>
		<title>PHASTA/Extract Wall Shear Stress</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=214"/>
				<updated>2012-07-26T19:15:22Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[Compressible Flow]&lt;br /&gt;
How to extract the wall shear stress (wss) vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?&lt;br /&gt;
&lt;br /&gt;
1. Go to the directory containing the reduced one-part geombc.dat.1 file and the ybar file, for example, ybar.352000-372000.0&lt;br /&gt;
&lt;br /&gt;
2. Run the following command one by one&lt;br /&gt;
&lt;br /&gt;
'''mkdir wss'''   ''create a new directory to put the wss vtk file''&lt;br /&gt;
&lt;br /&gt;
'''cd wss'''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../geombc.dat.1'''  ''create a softlink of the geombc.dat.1 file''&lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/input.config .''' &lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/solver.inp .'''  ''input.config and solver.inp here have no real meanings, the only reason is that the code need to read them''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../ybar.352000-372000.0 ybar.372000.0 '''  ''create a softlink of the ybar file, notice that the link only takes the final time step in the file name''&lt;br /&gt;
&lt;br /&gt;
'''echo 372000 &amp;gt; numstart.dat'''  &lt;br /&gt;
&lt;br /&gt;
'''echo 1 &amp;gt; itagybar.dat'''   ''tell the code to extract wss from the ybar file ''&lt;br /&gt;
&lt;br /&gt;
'''mpirun ~/develop/phasta/wallshearC/wallshearC/bin/x86_64_linux-icc/wallshearC.exe-openmpi &amp;gt; dumpWSS.log  2&amp;gt;&amp;amp;1 &amp;amp; '''   ''run the code''&lt;br /&gt;
&lt;br /&gt;
tail -f dumpWSS.log&lt;br /&gt;
&lt;br /&gt;
=============================================================================================================================&lt;br /&gt;
&lt;br /&gt;
[Incompressible Flow]&lt;br /&gt;
&lt;br /&gt;
It is easy to do but I need some time to test it. Michele might have a working version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''You are strongly encouraged to build the code under your own directory, probably together with the phSolver toolsets using CMake.''' &lt;br /&gt;
&lt;br /&gt;
--[[User:Ychen|Ychen]] 13:14, 26 July 2012 (MDT)&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=213</id>
		<title>PHASTA/Extract Wall Shear Stress</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=213"/>
				<updated>2012-07-26T19:14:37Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[Compressible Flow]&lt;br /&gt;
How to extract the wall shear stress (wss) vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?&lt;br /&gt;
&lt;br /&gt;
1. Go to the directory containing the reduced one-part geombc.dat.1 file and the ybar file, for example, ybar.352000-372000.0&lt;br /&gt;
&lt;br /&gt;
2. Run the following command one by one&lt;br /&gt;
&lt;br /&gt;
'''mkdir wss'''   ''create a new directory to put the wss vtk file''&lt;br /&gt;
&lt;br /&gt;
'''cd wss'''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../geombc.dat.1'''  ''create a softlink of the geombc.dat.1 file''&lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/input.config .''' &lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/solver.inp .'''  ''input.config and solver.inp here have no real meanings, the only reason is that the code need to read them''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../ybar.352000-372000.0 ybar.372000.0 '''  ''create a softlink of the ybar file, notice that the link only takes the final time step in the file name''&lt;br /&gt;
&lt;br /&gt;
'''echo 372000 &amp;gt; numstart.dat'''  &lt;br /&gt;
&lt;br /&gt;
'''echo 1 &amp;gt; itagybar.dat'''   ''tell the code to extract wss from the ybar file ''&lt;br /&gt;
&lt;br /&gt;
'''mpirun ~/develop/phasta/wallshearC/wallshearC/bin/x86_64_linux-icc/wallshearC.exe-openmpi &amp;gt; dumpWSS.log  2&amp;gt;&amp;amp;1 &amp;amp; '''   ''run the code''&lt;br /&gt;
&lt;br /&gt;
tail -f dumpWSS.log&lt;br /&gt;
&lt;br /&gt;
[Incompressible Flow]&lt;br /&gt;
It is easy to do but I need some time to test it. Michele might have a working version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''You are strongly encouraged to build the code under your own directory, probably together with the phSolver toolsets using CMake.''' &lt;br /&gt;
&lt;br /&gt;
--[[User:Ychen|Ychen]] 13:14, 26 July 2012 (MDT)&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=212</id>
		<title>PHASTA/Extract Wall Shear Stress</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=212"/>
				<updated>2012-07-26T19:11:42Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to extract the wall shear stress (wss) vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?&lt;br /&gt;
&lt;br /&gt;
1. Go to the directory containing the reduced one-part geombc.dat.1 file and the ybar file, for example, ybar.352000-372000.0&lt;br /&gt;
&lt;br /&gt;
2. Run the following command one by one&lt;br /&gt;
&lt;br /&gt;
'''mkdir wss'''   ''create a new directory to put the wss vtk file''&lt;br /&gt;
&lt;br /&gt;
'''cd wss'''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../geombc.dat.1'''  ''create a softlink of the geombc.dat.1 file''&lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/input.config .''' &lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/solver.inp .'''  ''input.config and solver.inp here have no real meanings, the only reason is that the code need to read them''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../ybar.352000-372000.0 ybar.372000.0 '''  ''create a softlink of the ybar file, notice that the link only takes the final time step in the file name''&lt;br /&gt;
&lt;br /&gt;
'''echo 372000 &amp;gt; numstart.dat'''  &lt;br /&gt;
&lt;br /&gt;
'''echo 1 &amp;gt; itagybar.dat'''   ''tell the code to extract wss from the ybar file ''&lt;br /&gt;
&lt;br /&gt;
'''mpirun ~/develop/phasta/wallshearC/wallshearC/bin/x86_64_linux-icc/wallshearC.exe-openmpi &amp;gt; dumpWSS.log  2&amp;gt;&amp;amp;1 &amp;amp; '''   ''run the code''&lt;br /&gt;
&lt;br /&gt;
tail -f dumpWSS.log&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=211</id>
		<title>PHASTA/Extract Wall Shear Stress</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=211"/>
				<updated>2012-07-26T19:05:52Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to extract the wall shear stress (wss) vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?&lt;br /&gt;
&lt;br /&gt;
1. Go to the directory containing the reduced one-part geombc.dat.1 file and the ybar file, for example, ybar.352000-372000.0&lt;br /&gt;
&lt;br /&gt;
2. Run the following command one by one&lt;br /&gt;
&lt;br /&gt;
'''mkdir wss'''   ''create a new directory to put the wss vtk file''&lt;br /&gt;
&lt;br /&gt;
'''cd wss'''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../geombc.dat.1'''  ''create a softlink of the geombc.dat.1 file''&lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/input.config .''' &lt;br /&gt;
&lt;br /&gt;
'''cp ~/develop/phasta/wallshearC/wallshearC/solver.inp .'''  ''input.config and solver.inp here have no real meanings, the only reason is that the code need to read them''&lt;br /&gt;
&lt;br /&gt;
'''ln -s ../ybar.352000-372000.0 ybar.372000.0 '''  ''create a softlink of the ybar file, notice that the link only takes the final time step in the file name''&lt;br /&gt;
&lt;br /&gt;
'''echo 372000 &amp;gt; numstart.dat'''  &lt;br /&gt;
&lt;br /&gt;
'''ehco 1 &amp;gt; itagybar.dat'''   ''tell the code to extract wss from the ybar file ''&lt;br /&gt;
&lt;br /&gt;
'''mpirun ~/develop/phasta/wallshearC/wallshearC/bin/x86_64_linux-icc/wallshearC.exe-openmpi &amp;gt; dumpWSS.log  2&amp;gt;&amp;amp;1 &amp;amp; '''   ''run the code''&lt;br /&gt;
&lt;br /&gt;
tail -f dumpWSS.log&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=210</id>
		<title>PHASTA/Extract Wall Shear Stress</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=PHASTA/Extract_Wall_Shear_Stress&amp;diff=210"/>
				<updated>2012-07-26T19:01:04Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: Created page with &amp;quot;How to extract the wall shear stress vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?  1. Go to the director...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;How to extract the wall shear stress vectors from the ybar file containing time-averaged statistics or the restart file containing instantaneous solutions?&lt;br /&gt;
&lt;br /&gt;
1. Go to the directory containing the reduced one-part geombc.dat.1 file and the ybar file, for example, ybar.352000-372000.0&lt;br /&gt;
&lt;br /&gt;
2. Run the following command one by one&lt;br /&gt;
&lt;br /&gt;
mkdir wss&lt;br /&gt;
&lt;br /&gt;
cd wss&lt;br /&gt;
&lt;br /&gt;
ln -s ../geombc.dat.1&lt;br /&gt;
&lt;br /&gt;
cp ~/develop/phasta/wallshearC/wallshearC/input.config .&lt;br /&gt;
&lt;br /&gt;
cp ~/develop/phasta/wallshearC/wallshearC/solver.inp .&lt;br /&gt;
&lt;br /&gt;
ln -s ../ybar.352000-372000.0 ybar.372000.0&lt;br /&gt;
&lt;br /&gt;
echo 372000 &amp;gt; numstart.dat&lt;br /&gt;
&lt;br /&gt;
ehco 1 &amp;gt; itagybar.dat&lt;br /&gt;
&lt;br /&gt;
mpirun ~/develop/phasta/wallshearC/wallshearC/bin/x86_64_linux-icc/wallshearC.exe-openmpi &amp;gt; dumpWSS.log  2&amp;gt;&amp;amp;1 &amp;amp;&lt;br /&gt;
&lt;br /&gt;
tail -f dumpWSS.log&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=Category:Post-processing&amp;diff=209</id>
		<title>Category:Post-processing</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=Category:Post-processing&amp;diff=209"/>
				<updated>2012-07-26T18:57:44Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: Created page with &amp;quot;Collect Turbulence Statistics  Extract Wall Shear Stress  Paraview Automation with Python  Visualization using Matlab&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Collect Turbulence Statistics]]&lt;br /&gt;
&lt;br /&gt;
[[Extract Wall Shear Stress]]&lt;br /&gt;
&lt;br /&gt;
[[Paraview Automation with Python]]&lt;br /&gt;
&lt;br /&gt;
[[Visualization using Matlab]]&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	<entry>
		<id>https://fluid.colorado.edu/wiki/index.php?title=Main_Page&amp;diff=208</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://fluid.colorado.edu/wiki/index.php?title=Main_Page&amp;diff=208"/>
				<updated>2012-07-26T18:53:24Z</updated>
		
		<summary type="html">&lt;p&gt;Ychen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for the [https://redmine.scorec.rpi.edu/projects/phasta PHASTA] project at the University of Colorado, Boulder. The information contained within is mostly systems documentation and usage information for software which may or may not be public yet, but feel free to look around. &lt;br /&gt;
&lt;br /&gt;
[http://fluid.colorado.edu/wiki/index.php/Special:AllPages List Of All Pages]&lt;br /&gt;
&lt;br /&gt;
[[:Category:Software|Available Software]]&lt;br /&gt;
&lt;br /&gt;
[[:Category:Software Engineering|Software Engineering]]&lt;br /&gt;
&lt;br /&gt;
[[UNIX|Getting Started with UNIX]]&lt;br /&gt;
&lt;br /&gt;
[[:Category:Post-processing|Post-processing and Visualization]]&lt;/div&gt;</summary>
		<author><name>Ychen</name></author>	</entry>

	</feed>