ENH: support text shadow, italic, opacity in runTimePostProcessing

This commit is contained in:
Mark Olesen
2018-12-16 21:50:27 +01:00
parent c3507f74f2
commit 7c556ec275
5 changed files with 119 additions and 13 deletions

View File

@ -0,0 +1,28 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1806 |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 8;
method simple;
coeffs
{
n (4 2 1);
}
// ************************************************************************* //

View File

@ -131,9 +131,13 @@ postPro1
text1
{
string "ellipse kkLOmega";
position (0.6 0.05);
position (0.5 0.15);
halign centre;
size 18;
opacity 0.4;
bold yes;
italic yes;
shadow yes;
visible yes;
}
}