BUG: Unit test findings - 14 Dec 2015
All tests under: /home/alex2/prashant/OpenFOAM/OpenFOAM-dev-OpenCFD.develop/tutorialsTest.14Dec
- keyword transmissivityModel is undefined in constant/baffle3DRegion/radiationProperties
Case: heatTransfer/buoyantSimpleFoam/circuitBoardCooling
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Activity
- Author Developer
Same issue for case: heatTransfer/chtMultiRegionFoam/multiRegionHeater
SAF : It should work now
Edited by Sergio Ferraris - Author Developer
Same issue in: heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation SAF : It should work now
Edited by Sergio Ferraris - Author Developer
Missing polyMesh folder in incompressible/pimpleDyMFoam/wingMotion/wingMotion2D_pimpleDyMFoam SAF : It should work now
Edited by Sergio Ferraris - Author Developer
Issues reported in #32 (closed) e.g. Missing boundary file: simpleFoam/airFoil2D, foamyHexMesh...
Edited by Prashant Sonakar - Author Developer
Missing boundary file: multiphase/driftFluxFoam/ras/tank3D. SAF : It should work now
Edited by Sergio Ferraris - Author Developer
Issues reported in #33 (closed)
- Author Developer
Missing space in $FOAM_TUTORIALS/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles line 74
if [ $n -lt 10]; then
should be
if [ $n -lt 10 ]; then
SAF: This seems to work for me. Please re-view
Edited by Sergio Ferraris - Author Developer
Still not available -noRead arguement for execFlowFunctionObjects
- Author Developer
Still failing Sampling FO: cloud, array
/home/alex2/prashant/QA/UNIT_TESTS/OpenFOAM-test.dev-OpenCFD.develop-01Dec/testCases/sampling/compressible/rhoSimpleFoam/motorBike/
- Author Developer
I don't have the same test cases, but I am using the ones in OpenFOAM-test repo. I guess they are similar.
Area: /home/alex2/prashant/QA/UNIT_TESTS/OpenFOAM-test.dev-OpenCFD.develop-01Dec/testCases
- Failing BCs: nutTabulatedWallFunction: You need to take out the size of the List from uPlusWallFunctionData file. From : 51 ( 0.0316228 0.0398107 0.0501187 .... To : ( 0.0316228 0.0398107 0.0501187 ....
I tried to modify the /OpenFOAM-test/testCases/turbulenceModels/compressible/derivedFvPatchFields/wallFunctions/rhoSimpleFoam/motorBike but I wasn't successful. I had to do it manually.
fixedShearStress: It should be fixed.
/turbulenceModels/compressible/derivedFvPatchFields/wallFunctions/rhoSimpleFoam/motorBike/
- Failing turbulenceModels: v2f, realizableKE
I tested them on OpenFOAM-test/testCases/turbulenceModels/compressible/RAS/rhoSimpleFoam/motorBike and they seem to work. Which is the difference between these two set ups?
/turbulenceModels/compressible/RAS/rhoSimpleFoam/motorBike
- Failing turbulenceModel: kOmegaSSTDES
Is this available in the OpenFOAM-test repo?
/turbulenceModels/compressible/LES/pitzDaily
- Failing turbulenceModel: dynamicKEqn
It should work now.
/turbulenceModels/compressible/LES/motorBike
Edited by Sergio Ferraris - Prashant Sonakar mentioned in issue #17 (closed)
mentioned in issue #17 (closed)
- Author Developer
Area: /home/alex2/prashant/QA/UNIT_TESTS/FO-tests/lagrangian/verticalChannel/
Failing FO: cloudInfo
- Maintainer
Fixed cloudInfo. (see one of the other issues)
- Maintainer
Was doing filePtrs_.clear() so size got reset to 0. Weird: bug also present in dev!
- Author Developer
heatTransfer/buoyantSimpleFoam/circuitBoardCooling still not fixed in tutorial (missing transmissivityModel)
- Author Developer
Re: patchifyObstacles (lagrangian/reactingParcelFilmFoam/hotBoxes)
Please find the log file, it prints missing bracket. Please compare script with OF231 version.
- Author Developer
Re: nutTabulatedWallFunction
-
The uPlusWallFunctionData is generated using wallFunctionTable. Shouldn't the output match the further requirement from nutTabulatedWallFunction ?
-
I tried manually updating the file, but still the same error. Am I missing anything else?
/home/alex2/prashant/QA/UNIT_TESTS/motorBike-nutUTabulatedWallFunction
This path should provide you access to modify the file.
-
- Author Developer
Re: v2f, realizableKE
The model retested at /home/alex2/prashant/QA/UNIT_TESTS/motorBike-compressibleTurbulenceModels-v2f-realizableKE
They still fail. Could you provide path for your cases which succeed?
- Author Developer
Re: kOmegaSSTDES case
Yes, its in repository. /tree/master/testCases/turbulenceModels/compressible/LES/pitzDaily
- Author Developer
@Mattijs Re: FoamyHexMesh
Still no success for unit tests: /home/alex2/prashant/OpenFOAM/OpenFOAM-dev-OpenCFD.develop/tutorialsTest.15Dec