- Dec 01, 2015
-
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1932
-
- Nov 30, 2015
-
-
Henry Weller authored
chtMultiRegionFoam, chtMultiRegionSimpleFoam, buoyantPimpleFoam, buoyantSimpleFoam: Added support for hRef
-
- Nov 29, 2015
-
-
Henry Weller authored
Patch provided by Bruno Santos Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1494
-
Henry Weller authored
-
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 25, 2015
-
-
Henry Weller authored
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1926
-
- 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
-
Henry Weller authored
-
- Nov 23, 2015
-
-
Henry Weller authored
-
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
-
Henry Weller authored
fixedMultiPhaseHeatFlux: Calculates a wall temperature that produces the specified overall wall heat flux across all the phases in an Eulerian multi-phase simulation. Intended to be used with copiedFixedValue to ensure that phase wall temperature are consistent: - Set 'fixedMultiPhaseHeatFlux' boundary for one of the phases - Use 'copiedFixedValue' for all the other phases. Based on code provided by Juho Peltola
-
Henry Weller authored
Patch provided by Juho Peltola
-
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
-
Henry Weller authored
-
Henry Weller authored
-
Henry Weller authored
Patch provided by Daniel Jasinski Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1893
-
- 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
-append: append to log file -overwrite: overwrite log file Original patch provided by Timm Severin Resolves feature request http://www.openfoam.org/mantisbt/view.php?id=1919
-
Henry Weller authored
-
- Nov 18, 2015
-
-
Henry Weller authored
Simplifies lookup of RAS or LES models
-
Henry Weller authored
-
Henry Weller authored
Pressure relaxation is useful with LTS to damp acoustic waves
-
Henry Weller authored
This functionality is inherited by the waveTransmissive BCs
-
- Nov 17, 2015
-
-
Chris Greenshields authored
-
Henry Weller authored
-