- Dec 03, 2018
-
-
sergio authored
Adding reflecting fluxes to Solar load radiation model. Adding functionality to the boundary radiation models and new place holder for basic wall types such as transparent, opaqueDiffusive, opaqueReflective,etc. Changing radiation wall models to run time selectable. Adding multi-band capabilities to VF model and improving the set up for using solar loads in VF and fvDOM radiation models.
-
- Apr 25, 2019
-
-
Mark OLESEN authored
-
- Apr 10, 2019
-
- Apr 08, 2019
-
-
mattijs authored
-
Mark OLESEN authored
-
- Apr 03, 2019
-
-
sergio authored
oversetInterpolationSuppressed dict.
-
- Apr 04, 2019
-
-
mattijs authored
-
- Mar 29, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- Mar 28, 2019
-
-
mattijs authored
-
- Mar 25, 2019
-
-
Mattijs Janssens authored
-
- Mar 22, 2019
-
-
Kutalmış Berçin authored
-
- Mar 13, 2019
-
-
Mark OLESEN authored
- write finiteArea meshes and fields to standard surface output formats (Ensight, VTK, etc).
-
- Mar 26, 2019
-
-
Mark OLESEN authored
- normally findInstance will 'bottom out' with the constant directory while doing its reverse time search. This mechanism however fails when searching for negative start values (if there are none in the list). Add additional logic for this so that constant will also be used in these situations. Note: to have decomposePar work for all times, may need the -constant option to trigger the proper time list.
-
- Feb 23, 2019
-
-
Mark OLESEN authored
- While a rectilinear mesh can be created with blockMesh, not every mesh created with blockMesh will satisfy the requirements for being a rectilinear mesh. This alternative to blockMesh uses a single block that is aligned with the xy-z directions and specifications of the control points, mesh divisions and expansion ratios. For example, x { points ( -13.28 -0.10 6.0 19.19 ); nCells ( 10 12 10 ); ratios ( 0.2 1 5 ); } y { ... } z { ... } With only one block, the boundary patch definition is simple and the canonical face number is used directly. For example, inlet { type patch; faces ( 0 ); } outlet { type patch; faces ( 1 ); } sides { type patch; faces ( 2 3 ); } ... - After a mesh is defined, it is trivial to retrieve mesh-related information such as cell-volume, cell-centres for any i-j-k location without an actual polyMesh. STYLE: remove -noFunctionObjects from blockMesh - no time loop, so function objects cannot be triggered anyhow.
-
Mark OLESEN authored
-
- Feb 18, 2019
-
-
mattijs authored
-
- Feb 15, 2019
-
-
Mark OLESEN authored
-
- Feb 13, 2019
-
-
Mark OLESEN authored
- Extended runTimePostProcessing to include access to "live" simulation objects such a geometry patches and sampled surfaces stored on the "functionObjectObjects" registry. - Add 'live' runTimePostProcessing of cloud data. Extracts position and fields from the cloud via its objectRegistry writer - For the "live" simulation objects, there are two new volume filters that work directly with the OpenFOAM volume fields: * iso-surface * cutting planes Both use the VTK algorithms directly and support multiple values. Eg, can make multiple iso-levels or multiple planes parallel to each other. - When VTK has been compiled with MPI-support, parallel rendering will be used. - Additional title text properties (shadow, italic etc) - Simplified handling of scalar-bar and visibility switches - Support multiple text positions. Eg, for adding watermark text.
-
- Feb 12, 2019
-
-
Mark OLESEN authored
- fits better into the general sampling framework, improves flexibilty and allows code reduction. ENH: include surface fields on sampledSurfaces that support it
-
- Feb 11, 2019
-
-
Andrew Heather authored
-
- Feb 12, 2019
-
-
Mark OLESEN authored
-
- Feb 08, 2019
-
-
Mark OLESEN authored
- currently supports pTotal, rhoU.
-
Mark OLESEN authored
-
- Feb 06, 2019
-
-
OpenFOAM bot authored
-
Mark OLESEN authored
- implemented as lazy evaluation with an additional update() method. This avoids unnecessary changes until the values are actually required. - apply mesh motion changes for momentum, volFieldValue, specieReactionRates function objects
-
Mark OLESEN authored
- also removed some editing cruft from controlDict that should not have been there
-
- Feb 05, 2019
-
-
Andrew Heather authored
-
- Feb 04, 2019
-
-
mattijs authored
-
- Feb 01, 2019
-
-
sergio authored
-
- Jan 28, 2019
-
-
mattijs authored
-
- Jan 24, 2019
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- changed the sectorCoeffs keyword to 'point' from 'axisPt' for more similarity with other dictionaries. Continue to accept 'axisPt' for compatibility.
-
Mark OLESEN authored
-
- Jan 23, 2019
-
-
mattijs authored
-
- Jan 21, 2019
-
-
Andrew Heather authored
-
- Jan 17, 2019
-
-
mattijs authored
-
- Jan 15, 2019
-
-
Mark OLESEN authored
- make adjustment of the DebugSwitches optional. Enable (the old behaviour) with -debug.
-
Mark OLESEN authored
- only backup/modify controlDict if it contains a DebugSwitches entry - add -no-debug option to suppress modification entirely
-
- Jan 10, 2019
-
-