- Dec 01, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1932
-
- Nov 29, 2015
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1930
-
- Nov 28, 2015
-
-
Henry Weller authored
-
- Nov 27, 2015
-
-
Henry Weller authored
Code and tutorial case provided by Juho Peltola
-
- Nov 26, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1929
-
- Nov 24, 2015
-
-
Henry Weller authored
Now k BCs which do not have a symmTensor equivalent are converted to "calculated"
-
Henry Weller authored
This is useful when applying an experimentally obtained profile as an inlet condition: Example of the boundary condition specification: \verbatim myPatch { type fixedProfile; profile csvFile; profileCoeffs { nHeaderLine 0; // Number of header lines refColumn 0; // Reference column index componentColumns (1 2 3); // Component column indices separator ","; // Optional (defaults to ",") mergeSeparators no; // Merge multiple separators fileName "Uprofile.csv"; // name of csv data file outOfBounds clamp; // Optional out-of-bounds handling interpolationScheme linear; // Optional interpolation scheme } direction (0 1 0); origin 0; } \endverbatim or a simple polynomial profile: Example setting a parabolic inlet profile for the PitzDaily case: \verbatim inlet { type fixedProfile; profile polynomial ( ((1 0 0) (0 0 0)) ((-6200 0 0) (2 0 0)) ); direction (0 1 0); origin 0.0127; } \endverbatim Based on code provided by Hassan Kassem: http://www.openfoam.org/mantisbt/view.php?id=1922
-
Henry Weller authored
-
- Nov 23, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1918 Patch provided by Richard Jones maxIters could be made an option input if 20 is not sufficient for difficult cases.
-
Henry Weller authored
For multiphase solvers the phase construction is not complete at this point.
-
Henry Weller authored
Provides run-time selection of buoyancy sources for compressible solvers Replaces the built-in buoyancy sources in XiFoam, reactingFoam and rhoReactingFoam. e.g. in constant/fvOptions specify momentumSource { type buoyancyForce; buoyancyForceCoeffs { fieldNames (U); } } and optionally specify the buoyancy energy source in the enthalpy equation: energySource { type buoyancyEnergy; buoyancyEnergyCoeffs { fieldNames (h); } } or internal energy equation energySource { type buoyancyEnergy; buoyancyEnergyCoeffs { fieldNames (e); } }
-
- Nov 22, 2015
-
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1923
-
- Nov 21, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1479 Patches provided by Bruno Santos based on the work of Mattijs Janssens
-
Henry Weller authored
-
- Nov 20, 2015
-
-
Henry Weller authored
Note the dictionary is in OpenFOAM format not CHEMKIN. Patch provided by Daniel Jasinski Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1888
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1920
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1921
-
- Nov 19, 2015
-
-
Henry Weller authored
-
- Nov 18, 2015
-
-
Henry Weller authored
Simplifies lookup of RAS or LES models
-
Henry Weller authored
This functionality is inherited by the waveTransmissive BCs
-
- Nov 17, 2015
-
-
Henry Weller authored
-
Henry Weller authored
e.g. DarcyForchheimerCoeffs { d (5e7 -1000 -1000); f (0 0 0); coordinateSystem { type cartesian; origin (0 0 0); coordinateRotation { type axesRotation; e1 (1 0 0); e2 (0 0 1); } } }
-
- Nov 16, 2015
-
-
Henry Weller authored
-
- Nov 15, 2015
-
-
Henry Weller authored
Patches provided by Juho Peltola
-
- Nov 13, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1913
-
- Nov 11, 2015
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- Nov 10, 2015
-
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
Henry Weller authored
Now solvers return solver performance information for all components with backward compatibility provided by the "max" function which created the scalar solverPerformance from the maximum component residuals from the SolverPerformance<Type>. The residuals functionObject has been upgraded to support SolverPerformance<Type> so that now the initial residuals for all (valid) components are tabulated, e.g. for the cavity tutorial case the residuals for p, Ux and Uy are listed vs time. Currently the residualControl option of pimpleControl and simpleControl is supported in backward compatibility mode (only the maximum component residual is considered) but in the future this will be upgraded to support convergence control for the components individually. This development started from patches provided by Bruno Santos, See http://www.openfoam.org/mantisbt/view.php?id=1824
-
- Nov 08, 2015
-
-
Henry Weller authored
This reverts commit 3ba163b5.
-
Henry Weller authored
-
Henry Weller authored
Avoids the clutter and maintenance effort associated with providing the function signature string.
-
- Nov 06, 2015
-
-
Henry Weller authored
Based on patch provided by Daniel Jasinski See http://www.openfoam.org/mantisbt/view.php?id=1888
-
- Nov 04, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1479 Patches provided by Bruno Santos based on the work of Mattijs Janssens
-
- Nov 01, 2015
-
-
Henry Weller authored
The new NotImplemented macro uses __PRETTY_FUNCTION__ for GNU compatible compilers otherwise __func__ to provide the function name string.
-
- Oct 31, 2015
-
-
Henry Weller authored
equationOfState/Boussinesq: New equation of state for the Boussinesq approximation for buoyant flows Description Incompressible gas equation of state using the Boussinesq approximation for the density as a function of temperature only: \verbatim rho = rho0*(1 - beta*(T - T0)) \endverbatim To be used with the buoyantPimpleFoam and buoyantSimpleFoam solvers as an alternative to using buoyantBoussinesqPimpleFoam or buoyantBoussinesqSimpleFoam, providing consistency with all other solvers and utilities using the thermodynamics package in OpenFOAM.
-
- Oct 30, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-