Function1::TableReader: Added EmbeddedTableReader so that TableFile can read embedded table data

This commit is contained in:
Henry Weller
2020-11-16 21:01:41 +00:00
parent ba823900eb
commit 37ebdfe36e
23 changed files with 617 additions and 219 deletions

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -162,7 +162,8 @@ int main(int argc, char *argv[])
nfft -= pRef;
fileName baseFileName(pData.fName().lessExt());
fileName pDateFileName(dict.subDict("pressureData").lookup("file"));
fileName baseFileName(pDateFileName.lessExt());
graph Pf(nfft.RMSmeanPf(N, min(nfft.size()/N, nw)));
Info<< " Creating graph for " << Pf.title() << endl;