mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -142,8 +142,8 @@ void Foam::MULES::implicitSolve
|
||||
{
|
||||
const fvMesh& mesh = psi.mesh();
|
||||
|
||||
dictionary MULESSolver(mesh.solver(psi.name()));
|
||||
const dictionary& MULEScontrols = MULESSolver.subDict("MULESImplicit");
|
||||
const dictionary& MULEScontrols =
|
||||
mesh.solverDict(psi.name()).subDict("MULESImplicit");
|
||||
|
||||
label maxIter
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user