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/noisy2/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -112,6 +112,13 @@ void Foam::calcTypes::components::calc
|
|||||||
processed
|
processed
|
||||||
);
|
);
|
||||||
|
|
||||||
|
writeComponentFields<symmTensor>
|
||||||
|
(
|
||||||
|
fieldHeader,
|
||||||
|
mesh,
|
||||||
|
processed
|
||||||
|
);
|
||||||
|
|
||||||
if (!processed)
|
if (!processed)
|
||||||
{
|
{
|
||||||
FatalError
|
FatalError
|
||||||
|
|||||||
@ -25,13 +25,14 @@ FoamFile
|
|||||||
|
|
||||||
interpolationScheme cellPoint;
|
interpolationScheme cellPoint;
|
||||||
|
|
||||||
writeFormat raw;
|
setFormat raw;
|
||||||
|
|
||||||
sampleSets
|
sets
|
||||||
(
|
(
|
||||||
uniform
|
data
|
||||||
{
|
{
|
||||||
name data;
|
type uniform;
|
||||||
|
|
||||||
axis x;
|
axis x;
|
||||||
start (-4.995 0 0);
|
start (-4.995 0 0);
|
||||||
end (4.995 0 0);
|
end (4.995 0 0);
|
||||||
@ -39,6 +40,9 @@ sampleSets
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
surfaces
|
||||||
|
();
|
||||||
|
|
||||||
fields
|
fields
|
||||||
(
|
(
|
||||||
T
|
T
|
||||||
|
|||||||
@ -25,13 +25,13 @@ FoamFile
|
|||||||
|
|
||||||
interpolationScheme cellPoint;
|
interpolationScheme cellPoint;
|
||||||
|
|
||||||
writeFormat raw;
|
setFormat raw;
|
||||||
|
|
||||||
sampleSets
|
sets
|
||||||
(
|
(
|
||||||
uniform
|
leftPatch
|
||||||
{
|
{
|
||||||
name leftPatch;
|
type uniform;
|
||||||
axis y;
|
axis y;
|
||||||
start (0 0.5 0.25);
|
start (0 0.5 0.25);
|
||||||
end (0 2 0.25);
|
end (0 2 0.25);
|
||||||
@ -39,10 +39,12 @@ sampleSets
|
|||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
fields
|
surfaces
|
||||||
|
();
|
||||||
|
|
||||||
|
fields
|
||||||
(
|
(
|
||||||
sigmaxx
|
sigmaxx
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user