V1912动网格造波
- 
							
							
							
							
@shouan 这是我的pointMotionUx文件 
 /--------------------------------- C++ -----------------------------------
 | ========= | |
 | \ / F ield | OpenFOAM: The Open Source CFD Toolbox |
 | \ / O peration | Version: v2006 |
 | \ / A nd | Website: www.openfoam.com |
 | \/ M anipulation | |
 *---------------------------------------------------------------------------*/
 FoamFile
 {
 version 2.0;
 format ascii;
 class pointScalarField;
 object pointMotionUx;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //dimensions [0 1 -1 0 0 0 0]; internalField uniform 0; boundaryField 
 {
 inlet
 {
 type uniformFixedValue;
 uniformValue table
 (
 ( 0.000000 0.001250 )
 ( 0.020000 0.001300 )
 ( 0.040000 0.001500 )
 ( 0.060000 0.001550 )
 ( 0.080000 0.001700 )
 ( 0.100000 0.001900 )
 ( 0.120000 0.002000 )
 ( 0.140000 0.002200 )
 。。。
 。。。
 );
 }bottom { type zeroGradient; } reef { type zeroGradient; } outlet { type fixedValue; value uniform 0; } atmosphere { type zeroGradient; } Back { type empty; } front { type empty; }} 
 
			
