"src/git@develop.openfoam.com:Development/OpenFOAM-plus.git" did not exist on "f8efe93ffd4efc273a68f6cae8d4f454c27b9d9f"
- 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 08, 2019
-
-
Mark OLESEN authored
-
- Feb 11, 2019
-
-
Andrew Heather authored
-
- Dec 19, 2018
-
-
Andrew Heather authored
-
- Dec 13, 2018
-
-
Mark OLESEN authored
-
- Nov 26, 2018
-
-
Andrew Heather authored
-
- Nov 07, 2018
-
-
Mark OLESEN authored
- helps reduce clutter in the topoSetDict files. Caveats when using this. The older specification styles using "name" will conflict with the set name. Eg, { name f0 type faceSet; action add; source patchToFace; sourceInfo { name inlet; } } would flattened to the following { name f0 type faceSet; action add; source patchToFace; name inlet; } which overwrites the "name" used for the faceSet. The solution is to use the updated syntax: { name f0 type faceSet; action add; source patchToFace; patch inlet; }
-
- Oct 30, 2018
-
-
Mark OLESEN authored
- old 'DELETE' enum was easily confused with 'REMOVE', which removes the set, not the elements from the set. - provide corresponding subtractSet() method STYLE: HashSet set/unset instead of insert/erase methods in topoSetSource - simplifies switching to/from bitSet storage
-
- Jun 28, 2018
-
-
Andrew Heather authored
-
- Dec 19, 2017
-
-
Mark OLESEN authored
- also cleanup by using 0.orig/ directory. - use foamListRegions to obtain region names
-
- Nov 09, 2017
-
-
Mark OLESEN authored
Within decomposeParDict, it is now possible to specify a different decomposition method, methods coefficients or number of subdomains for each region individually. The top-level numberOfSubdomains remains mandatory, since this specifies the number of domains for the entire simulation. The individual regions may use the same number or fewer domains. Any optional method coefficients can be specified in a general "coeffs" entry or a method-specific one, eg "metisCoeffs". For multiLevel, only the method-specific "multiLevelCoeffs" dictionary is used, and is also mandatory. ---- ENH: shortcut specification for multiLevel. In addition to the longer dictionary form, it is also possible to use a shorter notation for multiLevel decomposition when the same decomposition method applies to each level.
-
- Oct 12, 2017
-
-
Mark OLESEN authored
-
- Oct 13, 2017
-
-
Mark OLESEN authored
-
- Aug 03, 2017
-
-
Mark OLESEN authored
- although this has been supported for many years, the tutorials continued to use "convertToMeters" entry, which is specific to blockMesh. The "scale" is more consistent with other dictionaries. ENH: - ignore "scale 0;" (treat as no scaling) for blockMeshDict, consistent with use elsewhere.
-
- Jun 27, 2017
-
-
Andrew Heather authored
-
- Jun 14, 2017
- Jun 13, 2017
-
-
Mark OLESEN authored
- Use on/off vs longer compressed/uncompressed. For consistency, replaced yes/no with on/off. - Avoid the combination of binary/compressed, which is disallowed and provokes a warning anyhow
-
- Jun 12, 2017
-
-
sergio authored
Adding intertial term switch to solarLoad chtMultiRegionFoam case
-
- Jun 06, 2017
-
-
Andrew Heather authored
-
- May 18, 2017
-
-
Andrew Heather authored
-
- Feb 23, 2017
-
-
Prashant Sonakar authored
-
- Dec 19, 2016
-
-
sergio authored
Bounding thermo.rho in rhoPorousSimpleFoam. Changing initial time step in externalSolarLoad tutorial. Commenting out momemtun source term in steamInjection which causes problems
-
- Dec 16, 2016
-
-
Andrew Heather authored
-
- Nov 21, 2016
-
-
Mark Olesen authored
- A few without a 'cd' at the start. Use $(getApplication) directly in more places (for clarity).
-
- Nov 20, 2016
-
-
Mark Olesen authored
- A few without a 'cd' at the start. Several remove files that are already covered by the cleanCase function.
-
- Sep 28, 2016
-
-
sergio authored
-
- Sep 27, 2016
-
-
Andrew Heather authored
-
- Jun 27, 2016
-
-
Mark Olesen authored
-
- Jun 14, 2016
-
-
sergio authored
-
- Jun 13, 2016
-
-
mattijs authored
-
- May 05, 2016
-
-
Andrew Heather authored
Revert "Change boundaryRadiationProperties and boundaryRadiationPropertiesPatch to mesh object and changing tutorials accordingly" This reverts commit 662f9242. Note: functionality moved to feature-boundaryRadiationProperties branch
-
- Apr 29, 2016
-
-
-
sergio authored
Change boundaryRadiationProperties and boundaryRadiationPropertiesPatch to mesh object and changing tutorials accordingly
-
- Mar 23, 2016
-
-
mattijs authored
-
- Dec 22, 2015
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- Dec 18, 2015
-
-
sergio authored
radiationProperties: general model organization fvOptions: taking out the use of pressureJumpDirec.... from tutorial
-
- Nov 02, 2015
-
-
sergio authored
-