Reconstructing a mesh with a cyclic fixed Jump returns errors.
Whenever I try to reconstruct a case with a fixed jump boundary condition I get the following error. running this with OpenFOAM v8, and v9 works just fine.
Here is the error:
`Create time
Reconstructing fields for mesh region0
Time = 0.015s
Reconstructing FV fields
Reconstructing volScalarFields
nut
p
--> FOAM FATAL ERROR: Attempt to cast type processorCyclic to type fixedJump
From function To& Foam::refCast(From&) [with To = const Foam::fixedJumpFvPatchField<double>; From = const Foam::fvPatchField<double>]
in file /home/ubuntu/OpenFOAM/OpenFOAM-10/src/OpenFOAM/lnInclude/typeInfo.H at line 114.
FOAM aborting
#0 Foam::error::printStack(Foam::Ostream&) at ??:? #1 (closed) Foam::error::abort() at ??:? #2 (closed) Foam::fixedJumpFvPatchField const& Foam::refCast<Foam::fixedJumpFvPatchField const, Foam::fvPatchField const>(Foam::fvPatchField const&) at ??:? #3 (closed) non-virtual thunk to Foam::fixedJumpFvPatchField::rmap(Foam::fvPatchField const&, Foam::List const&) at ??:? #4 (closed) ? in "/opt/openfoam10/platforms/linux64GccDPInt32Opt/bin/reconstructPar" #5 (closed) ? in "/opt/openfoam10/platforms/linux64GccDPInt32Opt/bin/reconstructPar" #6 (closed) ? in "/opt/openfoam10/platforms/linux64GccDPInt32Opt/bin/reconstructPar" #7 (closed) ? in "/opt/openfoam10/platforms/linux64GccDPInt32Opt/bin/reconstructPar" #8 (closed) __libc_start_main in "/lib/x86_64-linux-gnu/libc.so.6" #9 (closed) ? in "/opt/openfoam10/platforms/linux64GccDPInt32Opt/bin/reconstructPar" Aborted (core dumped) `