ENH: finiteArea - integration updates

This commit is contained in:
Andrew Heather
2017-12-19 17:07:08 +00:00
parent d20b981fef
commit f187dd8aa3
16 changed files with 1161 additions and 38 deletions

View File

@ -76,8 +76,8 @@ Foam::processorFaPatchField<Type>::processorFaPatchField
<< "\n patch type '" << p.type()
<< "' not constraint type '" << typeName << "'"
<< "\n for patch " << p.name()
<< " of field " << this->dimensionedInternalField().name()
<< " in file " << this->dimensionedInternalField().objectPath()
<< " of field " << this->internalField().name()
<< " in file " << this->internalField().objectPath()
<< exit(FatalIOError);
}
}
@ -100,8 +100,8 @@ Foam::processorFaPatchField<Type>::processorFaPatchField
<< "\n patch type '" << p.type()
<< "' not constraint type '" << typeName << "'"
<< "\n for patch " << p.name()
<< " of field " << this->dimensionedInternalField().name()
<< " in file " << this->dimensionedInternalField().objectPath()
<< " of field " << this->internalField().name()
<< " in file " << this->internalField().objectPath()
<< exit(FatalIOError);
}
}