Singular wave over 60s

This commit is contained in:
Edgar P. Burkhart 2022-01-23 13:32:21 +01:00
parent 0330a0d32d
commit 60e0eeafe2
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 21 additions and 22 deletions

View File

@ -15,24 +15,23 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
waveType regular; //waveType regular;
//waveTheory cnoidal;
waveTheory cnoidal; //genAbs 1;
//absDir 0.0;
genAbs 1; //nPaddles 1;
//wavePeriod 20.0;
//waveHeight 15.0;
//waveDir 0.0;
//wavePhase 0.;
//tSmooth 0.0;
waveType singular;
waveTheory Boussinesq;
genAbs 0;
absDir 0.0; absDir 0.0;
nPaddles 1; nPaddles 1;
waveHeight 7.5;
wavePeriod 20.0;
waveHeight 15.0;
waveDir 0.0; waveDir 0.0;
wavePhase 0.;
tSmooth 0.0;
// ************************************************************************* // // ************************************************************************* //

View File

@ -24,13 +24,13 @@ startTime 0;
stopAt endTime; stopAt endTime;
endTime 1; endTime 60;
deltaT 0.05; deltaT 0.1;
writeControl adjustableRunTime; writeControl adjustableRunTime;
writeInterval 0.2; writeInterval 0.5;
purgeWrite 0; purgeWrite 0;
@ -51,7 +51,7 @@ adjustTimeStep yes;
maxCo 0.45; maxCo 0.45;
maxAlphaCo 0.45; maxAlphaCo 0.45;
maxDeltaT 0.2; maxDeltaT 0.5;
/* /*
functions functions
{ {