This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/incompressible/simpleFoam/mixingPlaneDomADomB/save/U

194 lines
4.1 KiB
Text
Raw Normal View History

2013-10-09 10:00:52 +00:00
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
2013-12-11 16:09:41 +00:00
| \\ / F ield | foam-extend: Open Source CFD |
2015-05-17 13:55:59 +00:00
| \\ / O peration | Version: 3.2 |
| \\ / A nd | Web: http://www.foam-extend.org |
2013-10-09 10:00:52 +00:00
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volVectorField;
location "2000";
object UFluxAvg;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 1 -1 0 0 0 0];
internalField uniform (0 0 0);
boundaryField
{
bladeDomB
{
type fixedValue;
value uniform (0 0 0);
}
bladeDomA
{
type fixedValue;
value uniform (0 0 0);
}
outletDomB
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}
inletDomA
{
type fixedValue;
2013-12-11 16:09:41 +00:00
value nonuniform List<vector>
2013-10-09 10:00:52 +00:00
100
(
(2.27476 -1.38401 0)
(2.27329 -1.38642 0)
(2.27182 -1.38882 0)
(2.27035 -1.39123 0)
(2.26887 -1.39363 0)
(2.2674 -1.39604 0)
(2.26592 -1.39844 0)
(2.26443 -1.40083 0)
(2.26295 -1.40323 0)
(2.26146 -1.40563 0)
(2.25997 -1.40802 0)
(2.25848 -1.41041 0)
(2.25699 -1.4128 0)
(2.25549 -1.41519 0)
(2.25399 -1.41758 0)
(2.25249 -1.41997 0)
(2.25098 -1.42235 0)
(2.24947 -1.42474 0)
(2.24796 -1.42712 0)
(2.24645 -1.4295 0)
(2.24494 -1.43187 0)
(2.24342 -1.43425 0)
(2.2419 -1.43663 0)
(2.24037 -1.439 0)
(2.23885 -1.44137 0)
(2.23732 -1.44374 0)
(2.23579 -1.44611 0)
(2.23426 -1.44848 0)
(2.23272 -1.45084 0)
(2.23119 -1.45321 0)
(2.22965 -1.45557 0)
(2.2281 -1.45793 0)
(2.22656 -1.46029 0)
(2.22501 -1.46264 0)
(2.22346 -1.465 0)
(2.22191 -1.46735 0)
(2.22035 -1.46971 0)
(2.2188 -1.47206 0)
(2.21723 -1.4744 0)
(2.21567 -1.47675 0)
(2.21415 -1.47903 0)
(2.21267 -1.48125 0)
(2.21119 -1.48346 0)
(2.2097 -1.48567 0)
(2.20822 -1.48788 0)
(2.20673 -1.49008 0)
(2.20524 -1.49229 0)
(2.20374 -1.4945 0)
(2.20225 -1.4967 0)
(2.20075 -1.4989 0)
(2.19925 -1.5011 0)
(2.19775 -1.5033 0)
(2.19624 -1.5055 0)
(2.19474 -1.50769 0)
(2.19323 -1.50988 0)
(2.19172 -1.51208 0)
(2.1902 -1.51427 0)
(2.18869 -1.51646 0)
(2.18717 -1.51865 0)
(2.18565 -1.52083 0)
(2.18408 -1.52308 0)
(2.18247 -1.52539 0)
(2.18085 -1.5277 0)
(2.17923 -1.53001 0)
(2.17761 -1.53232 0)
(2.17599 -1.53462 0)
(2.17436 -1.53693 0)
(2.17273 -1.53923 0)
(2.1711 -1.54153 0)
(2.16947 -1.54383 0)
(2.16783 -1.54613 0)
(2.16619 -1.54842 0)
(2.16455 -1.55071 0)
(2.16291 -1.553 0)
(2.16126 -1.55529 0)
(2.15962 -1.55758 0)
(2.15796 -1.55987 0)
(2.15631 -1.56215 0)
(2.15466 -1.56444 0)
(2.153 -1.56672 0)
(2.15134 -1.569 0)
(2.14967 -1.57127 0)
(2.14801 -1.57355 0)
(2.14634 -1.57582 0)
(2.14467 -1.57809 0)
(2.143 -1.58036 0)
(2.14133 -1.58263 0)
(2.13965 -1.5849 0)
(2.13797 -1.58716 0)
(2.13629 -1.58943 0)
(2.1346 -1.59169 0)
(2.13292 -1.59395 0)
(2.13123 -1.59621 0)
(2.12953 -1.59846 0)
(2.12784 -1.60072 0)
(2.12614 -1.60297 0)
(2.12445 -1.60522 0)
(2.12274 -1.60747 0)
(2.12104 -1.60972 0)
(2.11933 -1.61196 0)
)
;
}
outletDomA
{
type mixingPlane;
fluxAveraging true;
surfaceAveraging false;
value uniform (0 0 0);
}
inletDomB
{
type mixingPlane;
fluxAveraging false;
surfaceAveraging false;
value uniform (0 0 0);
}
ggi1DomB
{
type ggi;
}
ggi1DomA
{
type ggi;
}
ggi2DomB
{
type ggi;
}
ggi2DomA
{
type ggi;
}
topAndBottom
{
type empty;
}
cyclicDomA
{
type cyclic;
}
cyclicDomB
{
type cyclic;
}
}
// ************************************************************************* //