CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Community Contributions

[waves2Foam] 5th Order Stokes Wave Initialization

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   August 14, 2015, 11:08
Default 5th Order Stokes Wave Initialization
  #1
Member
 
Join Date: Dec 2009
Posts: 49
Rep Power: 16
katakgoreng is on a distinguished road
Ni Niels,

I want to initialized by simulation with a stokes 5th order theory over the whole domain. I want to shift the initial solution by specifying the phi value. However, it seems that I can't do it for the stokes 5th, the initialized solution is the same as when the phi is zero. It works without any problem for the 2nd order stokes theory though.

Part of the waveProperties.input dictionary is as follows:

Code:
relaxationNames     ( inlet outlet );

initializationName  inlet;

pName               p_rgh;

inletCoeffs
{
    waveType    stokesFifth;  
    Tsoft       0.00;
    depth       1.50;
    period      1.00;
    phi         3.1416;
    direction  (1.0 0.0 0.0);
    height      0.10;
    stokesDrift 0.00;

    relaxationZone
    {
        relaxationScheme    Spatial;
        relaxationShape     Rectangular;
        beachType           Empty;
        relaxType           INLET;
        startX              ( -5.0 -99.0 -99.0);
        endX                ( -4.0  99.0  99.0);
        orientation         (  1.0   0.0   0.0);
    }
};
Am I doing something wrong with the wave properties specification?

Kind regards,
katakgoreng
katakgoreng is offline   Reply With Quote

 


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
[IHFOAM] The IHFOAM Thread Phicau OpenFOAM Community Contributions 392 September 8, 2023 18:10
VOF wave getting damped. arun7328 STAR-CCM+ 16 July 8, 2019 15:06
Weird time step initialization behavior - Wave generation model liadpaskin CFX 3 July 11, 2015 06:21
weno upwind 5th order 1 d code Chi Main CFD Forum 1 March 11, 2007 22:44
4th and 5th Order TVD Runge-Kutta Methods saygin Main CFD Forum 2 January 30, 2006 11:45


All times are GMT -4. The time now is 15:26.