- Jan 29, 2010
-
-
mattijs authored
-
mattijs authored
Only allowed in batch mode. Causes any set to be written to time directory instead of facesInstance.
-
mattijs authored
-
mattijs authored
Some tools now output sets at the pointsInstance (if relating to geometry), some at the facesInstance (if relating to topology). So when loading them we now search for them from current time down to facesInstance. They cannot be beyond facesInstance. Adapted Time::findInstance to take optional limiting instance. Adapted topoSet to use this. Adapted all uses of IOobjectList on sets to do the same.
-
- Jan 28, 2010
-
-
-
-
henry authored
-
henry authored
timeVaryingMappedFixedValueFvPatchField: Added the option to specify the name of the field data table. Defaults to the name of the field the BC is being applied to but may be set using the keyword fieldTableName, e.g. fieldTableName totalPressure;
-
henry authored
-
henry authored
While p and pmh (pd in OpenFOAM-1.5.?) are equivalent on orthogonal meshes they are not on non-orthogonal meshes and the difference is very important for buoyancy-dominated flows such as settling. settlingFoam is now written in terms of pmh (static pressure minus hydrostatic pressure) which used to be called pd but that confused too may people.
-
henry authored
buoyantPressureFvPatchScalarField: added support for pmh (pressure - hydrostatic) which is the new name for pd.
-
Andrew Heather authored
to the returnReduce() function that led to some odd behaviour.
-
henry authored
-
Andrew Heather authored
-
sergio authored
-
sergio authored
-
sergio authored
-
mattijs authored
pointsInstance. For now also dump topology related sets to pointsInstance since otherwise paraFoam cannot see them (only looks at first 'sets' directory when searching back)
-
mattijs authored
-
mattijs authored
-
mattijs authored
This comes up when displaying sets on moving meshes. The topology does not change so the set should stay the same.
-
sergio authored
-
sergio authored
-
Andrew Heather authored
-
- Jan 27, 2010
-
-
sergio authored
-
sergio authored
-
-
Andrew Heather authored
- Earlier calculation of dQ was misleading - gave a measure of temperature change and not heat release - also mixed molar/mass units so value was somewhat random - Updated to calculate enthalpy/sec [m2/s3] and improved/more descriptive comments
-
Andrew Heather authored
- Left over from earlier commit 2900792f
-
mattijs authored
Removed #include file
-
mattijs authored
-
mattijs authored
-
mattijs authored
- added directMapped*Patch constructors with uniform offset - changed splitMeshRegions to use it - adapted chtMultiRegionFoam tutorials
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
- info now written as strings - info now collected on master processor and written to top level postProcessing folder as postProcessing/lagrangian/<cloudName>/<time>/...
-
mattijs authored
The refValue was being converted by mixedEnthalpy (even though it is not used) so a sensible value is necessary to get it to go through the conversion. So it now just gets the value
-
mattijs authored
The boundary conditions were still accessing e.g. the temperature even when restarting. Now they will reread all their data if there is a 'value' field present.
-
mattijs authored
-