mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
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.
This commit is contained in:
@ -63,8 +63,8 @@ Description
|
||||
Where:
|
||||
\table
|
||||
Property | Description | Required
|
||||
value | Function of type Function1<Type> | yes
|
||||
scale | Scaling function of type Function1<scalar> | yes
|
||||
value | Function of type Function1<Type> | yes
|
||||
\endtable
|
||||
|
||||
SourceFiles
|
||||
@ -72,8 +72,8 @@ SourceFiles
|
||||
|
||||
\*---------------------------------------------------------------------------*/
|
||||
|
||||
#ifndef Scale_H
|
||||
#define Scale_H
|
||||
#ifndef Function1Types_Scale_H
|
||||
#define Function1Types_Scale_H
|
||||
|
||||
#include "Function1.H"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user