- Jun 29, 2020
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark OLESEN authored
- When OpenFOAM is under git control and a 'debian/' directory exists, this could mean two things: 1) Additional debian control has been added to OpenFOAM 2) OpenFOAM has been imported into a debian project For the case that OpenFOAM has been imported into a debian project, using the git information would be highly misleading. There will be no OpenFOAM SHA1 correspondence. However, if additional debian control has been added to OpenFOAM the SHA1 will be valid. The ad hoc solution is to use an additional "openfoam.debian" directory to flag the addition of debian controls into openfoam. When a "debian/" directory exists without a "openfoam.debian", assume that the OpenFOAM has been imported into debian and do not use the SHA1.
-
Mark OLESEN authored
-
- Jun 26, 2020
-
-
Mark OLESEN authored
-
OpenFOAM bot authored
- fix older '> >' template parameters as '>>'
-
Mark OLESEN authored
-
Mark OLESEN authored
- used fluidThermo::typeName instead of fluidThermo::dictName within the Cp() method.
-
-
-
Mark OLESEN authored
- only checked if it started with '/' and not 'd:/' (for example).
-
- Jun 25, 2020
-
-
sergio authored
-
sergio authored
-
OpenFOAM bot authored
-
mattijs authored
-
Mark OLESEN authored
-
Mark OLESEN authored
- affects ensightSurfaceReader only. If there are no `*` characters, protect against replacement. Otherwise it would attempt to replace a zero-length string with a single `0`, which results in prepending the name. STYLE: ensightSurfaceReader constructor explicit
-
Andrew Heather authored
-
- Jun 24, 2020
-
-
Andrew Heather authored
AMI code enhancements See merge request !367
-
-
-
-
-
-
-
-
-
-
-
-
- start of work to create a 1-to-1 face mapping across AMI patches - faces are inserted according to the AMI addressing based on Horacio's method - removed 'updated' flag and reworked some demand driven updates - updated to handle 'walking' through baffles - use bitSet instead of boolList - moved update of meshPhi to movePoints() functions at fvPatch level - moved scaling of areas to movePoints() functions at fvPatch level - rehomed topology change code to own file - added warning re: geometry construction ACMI - split srcMask into srcMask and srcAreaMask - former in range 0-1, and latter has bounding or tol to (1-tol) to avoid sigFpe's
-
Mark OLESEN authored
-
Mark OLESEN authored
- openmp using the libfjomp - fastmath as per the ArmClang compiler
-
Mark OLESEN authored
-
Mark OLESEN authored
- corresponds to general conventions/expectations
-
Mark OLESEN authored
-
OpenFOAM bot authored
-
- Jun 23, 2020
-
-
sergio authored
-