BUG: UListIO: byteSize overflowing on really big faceLists
[OpenFOAM-2.0.x.git] / tutorials / incompressible / simpleFoam / motorBike / system / readFields
blobcf0c329ccba0d73e6c68fdbb46b0eb32ad1de0da
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  2.0.0                                 |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
9 // Make sure all fields for functionObjects are loaded. Prevents any
10 // problems running with execFlowFunctionObjects.
11 readFields
13     // Where to load it from (if not already in solver)
14     functionObjectLibs ("libfieldFunctionObjects.so");
16     type            readFields;
17     fields          (p U k);
21 // ************************************************************************* //