- Nov 11, 2015
-
-
Andrew Heather authored
-
- Oct 12, 2015
-
-
Andrew Heather authored
-
- Oct 07, 2015
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
Properties stored in state dictionary: - Moment coefficient: Cm - Drag coefficient: Cd - Lift coefficient: Cl - Front lift coefficient: Cl(f) - Rear lift coefficient: Cl(r)
-
Andrew Heather authored
Properties stored in state dictionary: - normalForce - tangentialForce - porousForce - normalMoment - tangentialMoment - porousMoment
-
- Oct 06, 2015
-
-
Andrew Heather authored
Properties stored in state dictionary: - minimum value: min<identifier> - position of minimum value: min<identifier>_position - processor ID of minimum value: min<identifier>_processor - maximum value: max<identifier> - position of maximum value: max<identifier>_position - processor ID of maximum value: max<identifier>_processor
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
Also - added documentation to header - added 'resultName' to enable user to specify alternative name for output field
-
Andrew Heather authored
Also added 'resultName' to enable user to specify alternative name for output field
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
Also added output of diameter info, D10, D32 and DMax
-
Andrew Heather authored
-
Andrew Heather authored
Note: added as a pointer since the list operates in multiple modes, e.g. as constructed by the Time database and 'outside' by execFlowFunctionObjects
-
- Oct 05, 2015
-
-
Andrew Heather authored
Class now provides helper functions to generate files on-the-fly by function objects, as opposed to attempting to control all files needed by the function object (earlier implementation lead to over-complication and was error prone)
-
Andrew Heather authored
This new class provides function objects with a database (dictionary) to store current state information to enable smooth restart behaviour. Additionally, current results can be stored so that they can be accessed between different objects.
-
- Nov 10, 2015
-
-
mattijs authored
-
- Nov 09, 2015
-
-
mattijs authored
functionObjects only get detroyed when the runTime gets destroyed. So the mesh is already destroyed and we cannot hold e.g. a volScalarField since that will try to 'checkOut' from the objectRegistry(=mesh) upon destruction. Note that we only see this in chtMultiRegionFoam.
-
mattijs authored
This bc was in compressible turbulence library which made it dependent on liquidProperties. It was moved to a separate library since it is only used in a single tutorial.
-
Andrew Heather authored
Feature snappy hex mesh gap refinement Adding automatic gap refinement capability See merge request !2
-
Andrew Heather authored
Feature snappy hex mesh It's got all of the VW snappyHexMesh developments in it. Not yet the automatic-gap refinement. See merge request !1
-
- Nov 03, 2015
-
-
sergio authored
ENH: Adding humidityTemperatureCoupledMixed BC and directionalPressureGradientExplicitSource and the corresponding tutorial tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation
-
mattijs authored
-
mattijs authored
-
mattijs authored
-
mattijs authored
Original fix (http://www.openfoam.org/mantisbt/view.php?id=1780) did an increment to create a new communicator. This might access the communicator-to-mpi_structure tables in PstreamGlobals.H outside range. Instead allocate and release communicator.
-
- Nov 02, 2015
-
-
mattijs authored
-
- Oct 30, 2015
-
-
mattijs authored
-
- Oct 28, 2015