mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -57,9 +57,9 @@ void Foam::solution::read(const dictionary& dict)
|
|||||||
if (dict.found("relaxationFactors"))
|
if (dict.found("relaxationFactors"))
|
||||||
{
|
{
|
||||||
const dictionary& relaxDict(dict.subDict("relaxationFactors"));
|
const dictionary& relaxDict(dict.subDict("relaxationFactors"));
|
||||||
if (relaxDict.found("variables"))
|
if (relaxDict.found("fields"))
|
||||||
{
|
{
|
||||||
fieldRelaxDict_ = relaxDict.subDict("variables");
|
fieldRelaxDict_ = relaxDict.subDict("fields");
|
||||||
eqnRelaxDict_ = relaxDict.subDict("equations");
|
eqnRelaxDict_ = relaxDict.subDict("equations");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
@ -73,10 +73,6 @@ inline bool Foam::pimpleControl::loop()
|
|||||||
if (nOuterCorr_ != 1)
|
if (nOuterCorr_ != 1)
|
||||||
{
|
{
|
||||||
Info<< algorithmName_ << ": iteration " << corr_ + 1 << endl;
|
Info<< algorithmName_ << ": iteration " << corr_ + 1 << endl;
|
||||||
}
|
|
||||||
|
|
||||||
if (corr_ != 0)
|
|
||||||
{
|
|
||||||
storePrevIterFields();
|
storePrevIterFields();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
type directMappedWall;
|
type mappedWall;
|
||||||
nFaces 1100;
|
nFaces 1100;
|
||||||
startFace 68110;
|
startFace 68110;
|
||||||
sampleMode nearestPatchFace;
|
sampleMode nearestPatchFace;
|
||||||
|
|||||||
@ -26,7 +26,7 @@ nLayers 1;
|
|||||||
|
|
||||||
expansionRatio 1;
|
expansionRatio 1;
|
||||||
|
|
||||||
adaptMesh yes; // apply directMapped to both regions
|
adaptMesh yes; // apply mapped to both regions
|
||||||
|
|
||||||
linearNormalCoeffs
|
linearNormalCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -29,7 +29,7 @@ boundaryField
|
|||||||
wallFilm
|
wallFilm
|
||||||
{
|
{
|
||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
// type directMapped;
|
// type mapped;
|
||||||
// fieldName Tsf;
|
// fieldName Tsf;
|
||||||
// average 300;
|
// average 300;
|
||||||
// setAverage no;
|
// setAverage no;
|
||||||
|
|||||||
@ -30,7 +30,7 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type fixedValue;
|
type fixedValue;
|
||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
// type directMapped;
|
// type mapped;
|
||||||
// fieldName Usf;
|
// fieldName Usf;
|
||||||
// average (0 0 0);
|
// average (0 0 0);
|
||||||
// setAverage no;
|
// setAverage no;
|
||||||
|
|||||||
@ -22,7 +22,7 @@ dictionaryReplacement
|
|||||||
{
|
{
|
||||||
wallFilm
|
wallFilm
|
||||||
{
|
{
|
||||||
type directMapped;
|
type mapped;
|
||||||
fieldName Tsf;
|
fieldName Tsf;
|
||||||
average 300;
|
average 300;
|
||||||
setAverage no;
|
setAverage no;
|
||||||
@ -37,7 +37,7 @@ dictionaryReplacement
|
|||||||
{
|
{
|
||||||
wallFilm
|
wallFilm
|
||||||
{
|
{
|
||||||
type directMapped;
|
type mapped;
|
||||||
fieldName Usf;
|
fieldName Usf;
|
||||||
average (0 0 0);
|
average (0 0 0);
|
||||||
setAverage no;
|
setAverage no;
|
||||||
|
|||||||
@ -30,7 +30,7 @@ nLayers 1;
|
|||||||
|
|
||||||
expansionRatio 1;
|
expansionRatio 1;
|
||||||
|
|
||||||
adaptMesh yes; // apply directMapped to both regions
|
adaptMesh yes; // apply mapped to both regions
|
||||||
|
|
||||||
linearNormalCoeffs
|
linearNormalCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -37,7 +37,7 @@ FoamFile
|
|||||||
}
|
}
|
||||||
region0_to_wallFilmRegion_wallFilmFaces
|
region0_to_wallFilmRegion_wallFilmFaces
|
||||||
{
|
{
|
||||||
type directMappedWall;
|
type mappedWall;
|
||||||
nFaces 43200;
|
nFaces 43200;
|
||||||
startFace 130020;
|
startFace 130020;
|
||||||
sampleMode nearestPatchFace;
|
sampleMode nearestPatchFace;
|
||||||
|
|||||||
@ -26,7 +26,7 @@ nLayers 1;
|
|||||||
|
|
||||||
expansionRatio 1;
|
expansionRatio 1;
|
||||||
|
|
||||||
adaptMesh yes; // apply directMapped to both regions
|
adaptMesh yes; // apply mapped to both regions
|
||||||
|
|
||||||
linearNormalCoeffs
|
linearNormalCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
@ -26,7 +26,7 @@ nLayers 1;
|
|||||||
|
|
||||||
expansionRatio 1;
|
expansionRatio 1;
|
||||||
|
|
||||||
adaptMesh yes; // apply directMapped to both regions
|
adaptMesh yes; // apply mapped to both regions
|
||||||
|
|
||||||
linearNormalCoeffs
|
linearNormalCoeffs
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user