ENH: Added I/O for ExplicitSource

This commit is contained in:
andy
2011-11-02 14:02:50 +00:00
parent 557b67011a
commit 9cf75a6569
3 changed files with 23 additions and 20 deletions

View File

@ -59,7 +59,7 @@ Foam::ExplicitSetValue<Type>::ExplicitSetValue
basicSource(name, modelType, dict, mesh),
fieldData_()
{
setFieldData(coeffs_.subDict("fieldData"));
read(dict);
}