mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: support text shadow, italic, opacity in runTimePostProcessing
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user