Field mapping following topology change: Dy default additional faces now inherit the internal field values

if they do not have neighbouring faces from which the values may be
interpolated.  Also the old-time flux is set to the current flux values
following correction.  This currently supports only Euler time-schemes.
This commit is contained in:
Henry
2013-03-25 16:43:46 +00:00
parent cc56153426
commit 339644581c
4 changed files with 63 additions and 6 deletions

View File

@ -68,4 +68,6 @@
}
}
phi.oldTime() = phi;
#include "continuityErrs.H"

View File

@ -56,6 +56,8 @@
phi -= pcorrEqn.flux();
}
}
#include "continuityErrs.H"
}
phi.oldTime() = phi;
#include "continuityErrs.H"

View File

@ -53,6 +53,8 @@
fvc::makeRelative(phi, U);
}
}
#include "continuityErrs.H"
}
phi.oldTime() = phi;
#include "continuityErrs.H"