- Dec 03, 2021
-
-
Mark OLESEN authored
-
- Jun 24, 2021
-
-
Andrew Heather authored
-
- Jun 14, 2021
-
-
Example: plane { type fan; patchType cyclic; jump uniform 0; value uniform 0; uniformJump false; relax 0.2; jumpTable ( (1000 0) (-200 1) (20 2) (-0.75 3) ); // Optional minimum jump value minJump 0; }
-
Currently only applied to the fanFvPatchField, e.g. plane { type fan; patchType cyclic; jump uniform 0; value uniform 0; uniformJump false; // Optional under-relaxation relax 0.2; ... }
-
- Apr 26, 2021
-
-
Mark OLESEN authored
- 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.
-
- Jun 02, 2020
-
-
Mark OLESEN authored
- previously introduced `getOrDefault` as a dictionary _get_ method, now complete the transition and use it everywhere instead of `lookupOrDefault`. This avoids mixed usage of the two methods that are identical in behaviour, makes for shorter names, and promotes the distinction between "lookup" access (ie, return a token stream, locate and return an entry) and "get" access (ie, the above with conversion to concrete types such as scalar, label etc).
-
- Oct 31, 2019
-
-
OpenFOAM bot authored
-
- Mar 14, 2019
-
-
Mark OLESEN authored
- for more clarity, make read/write of rpm and mean-diameter contingent on nonDimensional == true
-
- Feb 06, 2019
-
-
OpenFOAM bot authored
-
- Dec 17, 2018
-
-
sergio authored
-
- Jan 25, 2018
-
-
sergio authored
The non-dimensional table takes non-dimensional U as entry, not flow rate
-
- Mar 28, 2018
-
-
Andrew Heather authored
-
- Mar 26, 2018
-
-
Mark OLESEN authored
- in many cases can just use lookupOrDefault("key", bool) instead of lookupOrDefault<bool> or lookupOrDefault<Switch> since reading a bool from an Istream uses the Switch(Istream&) anyhow STYLE: relocated Switch string names into file-local scope
-
- Feb 23, 2018
-
-
sergio authored
-
- Nov 16, 2017
-
-
sergio authored
-
- Nov 15, 2017
-
-
sergio authored
-
- Dec 07, 2017
-
-
Andrew Heather authored
-
- Aug 08, 2017
-
-
- Mar 10, 2017
-
-
Henry Weller authored
-
- Oct 03, 2016
-
-
Henry Weller authored
This supports the abstraction of the set of fields from the field code generation macros making it easier to change the set of fields supported by OpenFOAM. This functionality is demonstrated in the updated fvPatchFields macros and will be applied to the rest of the field code generation macros in the future.
-
- Sep 02, 2016
-
-
sergio authored
-
- Jul 27, 2016
-
-
sergio authored
-
- Feb 08, 2016
-
-
Henry Weller authored
Function1 is an abstract base-class of run-time selectable unary functions which may be composed of other Function1's allowing the user to specify complex functions of a single scalar variable, e.g. time. The implementations need not be a simple or continuous functions; interpolated tables and polynomials are also supported. In fact form of mapping between a single scalar input and a single primitive type output is supportable. The primary application of Function1 is in time-varying boundary conditions, it also used for other functions of time, e.g. injected mass is spray simulations but is not limited to functions of time.
-
- Feb 07, 2016
-
-
Henry Weller authored
to avoid name conflicts with these primitive names in the OpenFOAM namespace
-
- Jan 10, 2016
-
-
Henry Weller authored
-
- Dec 20, 2015
-
-
Henry Weller authored
-
- Dec 08, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1942
-
- May 28, 2015
-
-
Henry authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1717
-
- Feb 06, 2015
-
-
Henry authored
PolynomialEntry: Templated polynomial DataEntry to support all basic field types from scalar to tensor This allows polynomial functions for e.g. velocity to be specified in the uniformFixedValue BC Consider a linear function for Ux(t) with Uy and Uz = 0: inlet { type uniformFixedValue; uniformValue polynomial ( ((10 0 0) (0 0 0)) ((100 0 0) (1 0 0)) ); } Resolves bug report http://www.openfoam.org/mantisbt/view.php?id=1508
-
- Dec 10, 2013
-
-
andy authored
-
- Oct 29, 2012
-
-
andy authored
-
- Oct 26, 2012
- Oct 25, 2012
-
-
andy authored
-
- Feb 08, 2012
-
-
mattijs authored
-
- Aug 14, 2011
-
-
Henry authored
-
- Jul 26, 2011
-
-
mattijs authored
-
- Jul 22, 2011
-
-
mattijs authored
-
- Jan 19, 2011
-
- Jan 14, 2011
-
-
Andrew Heather authored
-