1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
4 | \\ / O peration | Version: 1.6-ext |
5 | \\ / A nd | Web: www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
13 object changePatchTypeDict;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
21 internalField uniform (0 0 0);
27 value uniform (0 0 0);
32 value uniform (0 0 0);
35 bottomAir_to_leftSolid
38 value uniform (0 0 0);
44 value uniform (0 0 0);
46 bottomAir_to_rightSolid
49 value uniform (0 0 0);
62 bottomAir_to_leftSolid
64 type solidWallMixedTemperatureCoupled;
65 neighbourRegionName leftSolid;
66 neighbourPatchName leftSolid_to_bottomAir;
74 type solidWallMixedTemperatureCoupled;
75 neighbourRegionName heater;
76 neighbourPatchName heater_to_bottomAir;
81 bottomAir_to_rightSolid
83 type solidWallMixedTemperatureCoupled;
84 neighbourRegionName rightSolid;
85 neighbourPatchName rightSolid_to_bottomAir;
95 // Set the value on all bc to non-zero. Not used in simulation
96 // since zeroGradient; only used in initialisation.
97 internalField uniform 0.01;
134 bottomAir_to_leftSolid
144 bottomAir_to_rightSolid
154 internalField uniform 0.1;
190 bottomAir_to_leftSolid
200 bottomAir_to_rightSolid
214 type buoyantPressure;
219 type buoyantPressure;
224 type buoyantPressure;
229 type buoyantPressure;
234 type buoyantPressure;
237 bottomAir_to_leftSolid
239 type buoyantPressure;
244 type buoyantPressure;
247 bottomAir_to_rightSolid
249 type buoyantPressure;
257 // ************************************************************************* //