Unit tests: 06-06-2018
- multiphase/interDyMFoam/RAS/motorBike should move to interFoam
- multiphase/interFoam/RAS/DTCHullWave :
- inlet BC expects entry 'value' - field alpha.water
- call for setWaves application, which doesn't exist
- lagrangian/reactingParcelFoam/verticalChannelLTS : solver exit with maxIter 100
unconfirmed completions
- compressible/rhoSimpleFoam/gasMixing/injectorPipe: solver
cases run at /home/alex2/prashant/OpenFOAM/OpenFOAM-plus.feature-xxx/tutorialsTest
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
- Mattijs Janssens mentioned in commit 8f400c1336401984294f5dc949841b63ec151905
mentioned in commit 8f400c1336401984294f5dc949841b63ec151905
- Maintainer
Moved interDyMFoam motorBike tutorial. It'll still fail but that is a separate issue (857).
- Developer
interDyMFoam motorBike tutorial: I switched off mergePatchFaces and it runs.
multiphase/interFoam/RAS/DTCHullWave : added value but still needs setWaves
lagrangian/reactingParcelFoam/verticalChannelLTS: It runs fine
compressible/rhoSimpleFoam/gasMixing/injectorPipe: Problem with FO surfMeshes. (sampledTriSurfaceMesh). The case runs fine. Error:
Foam::surfMeshSampleDiscrete::sample
- Developer
NOTE: For the interDyMFoam motorBike, I needed to set addLayers false in the snappy dictionary
- Developer
I pushed the stabilizationScheme FO. I added it to the motorBike tutorial as it is the best one to show it.
- Maintainer
@Sergio Can you add it to another case instead?
- Developer
I think it is a good example and it converges to the same values with a more linear scheme. Do you think it is not a good tutorial?
- Maintainer
Is good testcase but used in all trainings so we don't want to modify it.
- Author Developer
Few failures for inconsistent dimensions LHS != RHS during solver
- compressible/rhoPimpleFoam/LES/pitzDaily
- compressible/rhoPimpleFoam/laminar/sineWaveDamping
- incompressible/shallowWaterFoam/squareBump
Edited by Admin - Prashant Sonakar mentioned in commit 5a127183c8fe53192afe94e9f671a3356a02468e
mentioned in commit 5a127183c8fe53192afe94e9f671a3356a02468e
- Maintainer
dimensions are corrected by commit 17a8b1b
By Andrew Heather on 2018-06-18T13:20:22 (imported from GitLab project)
- Mattijs Janssens mentioned in commit 4c1da35d0d6bb437810dc9acb5f7bef4adec1100
mentioned in commit 4c1da35d0d6bb437810dc9acb5f7bef4adec1100
- Maintainer
Moved stabilisation to steady-state initialisation of LES motorBike tutorial.
- Author Developer
fileHandler - collated as well as masterUncollated form: fails in
- heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater
- multiphase/interFoam/RAS/motorBike
- mesh/parallel/cavity
- mesh/parallel/filter
Basically the redistributePar fails causing other subsequent utilities to fail.
- Maintainer
redistributePar+collated : reported as #806 (closed)
- Author Developer
- incompressible/lumpedPointMotion/building/steady/system/controlDict : Please correct application name
- incompressible/lumpedPointMotion/building/transient: Add a 'End' to parse successful completion of lumpedPointMovement
Edited by Mark OLESEN - Author Developer
- Please revisit the output for icoReactingMultiPhaseInterFoam/solidMelting2D
Selecting porousModel for : VollerPrakash Selecting interfaceCompositionModel for (solid to liquid): Lee<heSolidThermo<pureMixture<constIso<hConst<rhoConst<specie>>,sensibleEnthalpy>>>,heRhoThermo<pureMixture<const<hConst<Boussinesq<specie>>,sensibleEnthalpy>>>> Selecting turbulence model type laminar
- solidMelting2D tutorial : fails in parallel (e.g. copy motorBike tutorial decomposeParDict)
-
inertMultiphaseMultiComponent tutorial: setFields refer to non existing
CoO2.gas
- optional adding
icoReactingMultiPhaseInterFoam -dry-run
in this or next release
Edited by Prashant Sonakar - Mark OLESEN mentioned in commit 55dfe9124baecc52a41038020ebb1454abc6b6d2
mentioned in commit 55dfe9124baecc52a41038020ebb1454abc6b6d2
- Author Developer
- in createBaffle utility it is referring to field while creation
--> FOAM FATAL ERROR: cannot find file "/scratch-mstr/pss/projects/tutorialsTest/heatTransfer/buoyantSimpleFoam/circuitBoardCooling/constant/baffle3DRegion/thermophysicalProperties
Edited by Prashant Sonakar - Maintainer
solidMelting2D :
turbulence->divDevRhoReff(U)
shows up under valgrind, in particular the diagonal:DebugVar(turbulence->divDevRhoReff(U)().diag());
- also happens non-parallel
- case is laminar
Edited by Mattijs Janssens