openfoam/applications/test/Function1/case1/constant/table-values
Mark Olesen 399c21d76c ENH: adjustments for Function1/PatchFunction1
- additional debug information

- improve support for dictionary specification of constant, polynomial
  and table entries. These previously only worked properly for
  primitiveEntry, which causes confusion.

- extend table Function1 to include TableFile functionality.
  Simplifies switching and modifying content.
2021-04-26 17:09:39 +02:00

10 lines
144 B
C++

// -*- C++ -*-
// Some table values
(
(0 0)
(20 1)
);
// ************************************************************************* //