Selecting finite volume options model type vectorSemiImplicitSource
Source: pumpSource
- selecting cells using cellZone pump
- selected 1794 cell(s) with volume 0.00425576694402
[3] #0 [4] #0 [6] #0 [0] [1] #0 [2] #0Foam::error::printStack(Foam::Ostream
&)Foam::error::printStack(Foam::Ostream&)Foam::error::printStack(Foam::Ostream&)
Foam::error::printStack(Foam::Ostream&)Foam::error::printStack(Foam::Ostream&)#0
Foam::error::printStack(Foam::Ostream&)[5] #0 Foam::error::printStack(Foam::Ostream
&) at ??:?
……
……
如果这样设置, internalField uniform 0.01;
那可以正确运行,如下:
Selecting finite volume options model type vectorSemiImplicitSource
Source: pumpSource
- selecting cells using cellZone pump
- selected 1794 cell(s) with volume 0.00425576694402
Starting time loop
Time = 1
DILUPBiCGStab: Solving for Ux, Initial residual = 1.1847739771e-09, Final residual = 1.1847739771e-09, No Iterations 0
DILUPBiCGStab: Solving for Uy, Initial residual = 1, Final residual = 0.00435718579989, No Iterations 1
……