COMP: Multiple changes - first clean build after latest merge - UNTESTED

This commit is contained in:
Andrew Heather
2016-09-23 15:36:53 +01:00
parent 9fbd612672
commit b9940cbbb1
311 changed files with 4119 additions and 6540 deletions

View File

@ -45,7 +45,7 @@ Description
scalar1
{
type scalarTransport;
functionObjectLibs ("libutilityFunctionObjects.so");
libs ("libutilityFunctionObjects.so");
fvOptions
{
@ -137,7 +137,11 @@ class scalarTransport
volScalarField& transportedField();
//- Return the diffusivity field
tmp<volScalarField> D(const surfaceScalarField& phi) const;
tmp<volScalarField> D
(
const volScalarField& s,
const surfaceScalarField& phi
) const;
//- Disallow default bitwise copy construct
scalarTransport(const scalarTransport&) = delete;