View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004241 | OpenFOAM | Bug | public | 2025-06-08 07:56 | 2025-06-08 09:15 |
Reporter | muez | Assigned To | henry | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Other | OS Version | (please specify) |
Product Version | 12 | ||||
Fixed in Version | dev | ||||
Summary | 0004241: multiphase case with non conformale couple gives unrelated error if using CranckNicolson ddtScemes | ||||
Description | I made a multiphase case with non conformal couple and I set the ddtScemes to CranckNicolson but it gives this error: --> FOAM FATAL ERROR: Attempt to cast type calculated to type conformed From function To& Foam::refCast(From&) [with To = conformedFvsPatchField<double>; From = fvsPatchField<double>] in file /<path to openfoam>/OpenFOAM-12/src/OpenFOAM/lnInclude/typeInfo.H at line 137. but if I change the ddtSchemes to Euler the case runs fine. that leave us with many questions: first: does CrankNicolson make additional patches of type conformal? second: is it just that NCC in multiphase only support Euler?. if yes then the error must be easier to debug because this toke me a long type searching through the 0 directory and did not find a patch that uses the type calculated | ||||
Steps To Reproduce | copy the mixerVessel case from $FOAM_TUTORIALS/incompressibleVoF/ change the ddtSchemes to CranckNicolson 0.9 run the case | ||||
Tags | No tags attached. | ||||