zuozqi / comPhaseChangeInterFoam

Add phase change process to compressibleInterFoam
7 stars 0 forks source link

dimension error in your exampleCase #3

Closed sssaabb closed 1 year ago

sssaabb commented 1 year ago

Thanks for sharing your code.

I success to compile your code in my openfoam(v2106)

Then, I tried to run your exampleCase/pressuriztionLN2tank

But, The openfoam made a fatal error.

[0] --> FOAM FATAL ERROR: [0] Different dimensions for '(a - b)' dimensions : [1 -1 -2 0 0 0 0] != [1 -3 -2 0 0 0 0] [0] [0] [0] From function bool Foam::checkDims(const char*, const Foam::dimensionSet&, const Foam::dimensionSet&) [0] in file dimensionSet/dimensionSet.C at line 56. [0] FOAM parallel run aborting

If you are okay, Could you give me some advice?

Thanks.

JatoOF commented 1 year ago

@sssaabb hi, have you fixed out the inconsistency of dimensions?