|
[Sponsors] |
[waveFoam] Unknown patchField type waveVelocity for patch type patch |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 12, 2021, 03:15 |
[waveFoam] Unknown patchField type waveVelocity for patch type patch
|
#1 |
New Member
Nghiep
Join Date: Nov 2021
Posts: 7
Rep Power: 5 |
Hi everyone, I am a new member. Please help me solve the following issue. I have successfully compiled the waves2Foam on OpenFOAM ESI 2106 and tried running the DTCHullMoving case with the same set of the OpenFOAM tutorial. I have just changed the U and alpha.water by the following:
0/U boundaryField { atmosphere { type pressureInletOutletVelocity; value uniform (0 0 0); } inlet { type waveVelocity;//zeroGradient; refValue uniform ( 0 0 0 ); refGradient uniform ( 0 0 0 ); valueFraction uniform 1; value uniform ( 0 0 0 ); } ..... and 0/alpha.water boundaryField { //- Set patchGroups for constraint patches #includeEtc "caseDicts/setConstraintTypes" inlet { type waveAlpha;//zeroGradient; refValue uniform 0; refGrad uniform 0; valueFraction uniform 1; value uniform 0; } .... And the error happens below: [6] Unknown patchField type waveVelocity for patch type patch [6]: command not found My questions are: 1. I'm wondering whether the waveVelocity has been replaced by zeroGradient boundary condition or not. 2. If the 1st question was wrong, how can I fix it to run the waveFoam with waveVelocity. Thank you in advance. |
|
January 18, 2022, 12:03 |
|
#2 | |
Member
Tony Zhang
Join Date: Nov 2019
Location: soton
Posts: 45
Rep Power: 7 |
Quote:
Hi, I think I had a similar issue. Instead of using waves2Foam, I am using OFv7 its own wave generation to simulate a ship in wave condition. All run smoothly but when it comes to interFoam, error reported: Unknown patchField type waveVelocity for patch type patch, and I have successfully run the DTCHullWave tutorial case without any error, please let me know if you have any idea to resolve this, any help will be appreciated! Thanks, Tony |
||
May 11, 2022, 03:11 |
|
#3 |
New Member
mill
Join Date: Feb 2021
Posts: 9
Rep Power: 5 |
Hi,I'm meeting the same question.waveVelocity may not work in 0/U
|
|
May 11, 2022, 03:33 |
|
#4 |
New Member
mill
Join Date: Feb 2021
Posts: 9
Rep Power: 5 |
||
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Commercial meshers] Fluent3DMeshToFoam | simvun | OpenFOAM Meshing & Mesh Conversion | 50 | January 19, 2020 16:33 |
[swak4Foam] Air Conditioned room groovyBC | Sebaj | OpenFOAM Community Contributions | 7 | October 31, 2012 15:16 |
singularity? | mihaipruna | OpenFOAM Running, Solving & CFD | 5 | April 24, 2012 18:18 |
Pressure instability with rhoSimpleFoam | daniel_mills | OpenFOAM Running, Solving & CFD | 44 | February 17, 2011 18:08 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |