a8e3f06762
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2018-08-09 15:10:45 -07:00
0be3caec4a
ENH: Improving twoRotorTutorial set up
2018-08-09 15:09:56 -07:00
7bb68b4dea
ENH: new cuttingPlane cutting scheme
...
- takes a direct approach of determining which cells are cut and walks
the cell faces directly to build the resulting surface.
- better handling of corner cases.
* Avoids redundant points when the cut passes exactly through a
mesh point.
* Supresses generation of duplicates faces when the plane cut
coincides exactly with a mesh face.
- for severely concave cells where the plane cuts a face multiple times
there is currently no remedial action taken, except to note the
failure and unwind the insertion of the corresponding points and
faces.
2018-08-07 22:23:16 +02:00
de2eed3e7d
ENH: additional methods and improvements to plane
...
- signedDistance() method is like distance() but retains
the positive/negative sign for the side of the plane.
- the sign() method returns the sign as -1,0,+1 integer for
classification purposes where it is important to distinguish between
a zero value and a positive value (eg, for cutting). Optional
tolerance can be supplied to round for zero.
- refactor and inlined simple and frequently used methods.
- add boundBox faceCentre() method, which can be useful for creating
clipping planes from a bounding box.
Relocated treeBoundBox faceNormals to boundBox since they apply
equally there - the meaning of the faces (x-min, x-max, etc)
is the same, even if the point addressing for the faces differs.
2018-08-03 23:17:49 +02:00
329f3a99e4
TUT: remove extraneous '}' from dictionary input
2018-07-26 17:06:10 +02:00
d58c142404
ENH: use restricted dictionary lookup for utilities (issue #762 )
...
- get<label>, get<scalar> instead of readLabel, readScalar, etc.
2018-07-24 08:08:30 +02:00
ec318a95d1
Merge remote-tracking branch 'origin/master' into develop
2018-07-23 21:18:43 +02:00
b41d5ed523
STYLE: remove deprecated constraints format from tutorials
2018-07-11 17:02:40 +02:00
22e1384522
TUT: Updated headers
2018-06-22 15:36:33 +01:00
598c49fe8a
TUT: Added new tutorial cases
2018-06-22 15:25:06 +01:00
abb597359f
ENH: Updated the boundaryDataSurfaceWriter to use a plain list for the points file
2018-06-22 15:24:07 +01:00
f7d4f52726
STYLE: update names of known solvers, consistent End value (issue #856 )
2018-06-21 16:03:06 +02:00
237f20b0ed
TUT: tab removal
2018-06-21 15:43:15 +02:00
73fbed1c2c
TUT: consistent use of scale and headers for blockMeshDict
2018-06-21 15:28:25 +02:00
8717f9936e
TUT: consistency in Allclean Allrun scripts
2018-06-21 15:19:09 +02:00
dcde2eed74
TUT: consistent name for runTimePostProcessing dictionary
2018-06-21 11:56:00 +02:00
1f953b807c
ENH: use double for VTK legacy output (issue #891 )
...
- some paraview versions (eg, on windows) don't support float, only double.
This mostly affected the vtkSurfaceWriter.
The foamToVTK is also affected, but since it also supports the XML
output formats (vtp, vtu) these can be used instead.
2018-06-21 10:24:04 +02:00
f9dc9dbf5f
TUT: updates
2018-06-21 08:31:22 +01:00
2790f2da4e
ENH: Editing tutorials, and Make/files
2018-06-20 12:27:12 -07:00
3603cf289f
BUG: basicThermo: enforcing shared T. Fixes #887 .
2018-06-20 12:07:00 +01:00
636328fc1c
ENH: icoReactingMultiPhaseInterFoam: thermo sharing T
2018-06-15 14:05:37 +01:00
4cb073e150
ENH: Up to date icoReactingMultiphaseInterFoam solver and libs
...
Adding tutorials and other minor changes
2018-06-04 11:25:59 -07:00
7b4bf88891
ENH: snappyHexMesh: directional refinement tutorial
2017-12-28 16:28:29 +00:00
2a97365428
ENH: snappyHexMesh: tutorial for directional refinement
2017-12-28 14:58:55 +00:00
8a5a50cac3
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2017-12-22 11:17:31 -08:00
5a5c286a8b
ENH: Correcting fvSchemes/fvSolution for sloshingTank2D
2017-12-22 11:06:08 -08:00
b85a38dc41
INT: streamFunction wave model updates
2017-12-22 17:06:42 +00:00
66f473b11c
ENH: Updated extractEulerianParticles and deps after change to barycentric tracking
2017-12-22 13:19:41 +00:00
1d77b78418
ENH: changing endTime for sonicFoam/RAS/nacaAirfoil
...
Fixing fvOption in multiphase/reactingTwoPhaseEulerFoam/laminar/steamInjection
2017-12-21 12:53:10 -08:00
9c38ad6ae4
TUT: relocate tutorial log analysis as functions for reuse in modules
...
- removed some unneeded tutorial files
2017-12-21 14:17:20 +01:00
d259402e40
GIT: .foam: left over
2017-12-21 13:03:52 +00:00
351fa4f979
TUT: updated sonicFoam case (see #677 )
2017-12-21 11:16:28 +00:00
e7d9a1accf
ENH: Changing BC for U to slip
2017-12-20 08:32:53 -08:00
ef08bc56ba
BUG: Removing finiteArea lib from option file for reconstructPar.
...
Modifying relaxation factors for the angledDuct for rhoPimpleFoam
2017-12-19 14:51:42 -08:00
985a18df75
Adding overPotentialFoam and overRhoSimpleFoam and tutorials
2017-12-19 11:33:43 -08:00
a6d88f2fe7
Adding turbulence to RAS-Tjunction and reducing MRF in mixerVessel2D to make it laminar
2017-12-19 11:02:31 -08:00
d20b981fef
STYLE: add End markers to some tutorials and finiteArea utils (issue #671 )
2017-12-19 14:59:24 +01:00
8bf98e74da
TUT: added tutorial files (issue #671 )
...
- also cleanup by using 0.orig/ directory.
- use foamListRegions to obtain region names
2017-12-19 14:40:33 +01:00
95e357ede4
TUT: use uniform scaling short form
...
Eg,
transformPoints -scaling 0.01
instead of
transformPoints -scaling '(0.01 0.01 0.01)'
2017-12-19 09:41:54 +01:00
709d2f43b1
Addition of tutorial using energyTransport FO + ArrheniusBirdCarreau laminar transport
2017-12-18 16:12:48 -08:00
6b33d0ec6b
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2017-12-18 08:24:58 -08:00
00a8c8bc5f
BUG: liquidFilmFoam - corrected double looping
2017-12-18 11:21:07 +00:00
700e17bdb4
INT: Initial check-in of IH Cantabria streamFunction wave generation
...
model and test case
Code supplied by Gabriel BARAJAS OJEDA
2017-12-08 15:54:34 +00:00
c2ff8ea99e
ENH: Added finiteArea support to foamToVTK
2017-11-21 16:33:33 +00:00
9d7df50822
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
2017-11-15 10:06:35 -08:00
7924f24b4a
STYLE: overLaplacianFoam: removed unused entries
2017-11-08 09:09:41 +00:00
6aa7b6ac2a
STYLE: Header clean-up
2017-11-07 11:22:58 +00:00
4bc9c98695
STYLE: Corrected file name in surface noise, added README file
2017-11-07 16:08:30 +05:30
cad0455d46
TUT: consistent application name for lumpedPointMotion
...
- use simpleFoam for steady-state and change to pimpleFoam for
transient. This provides better correspondence with the expected log
output.
2018-07-23 09:12:06 +02:00
712f49758a
TUT: update snappy dictionaries to use minMedialAxisAngle
...
- canonical parameter name changed from "minMedianAxisAngle" to
"minMedialAxisAngle" (DEC-2013), but was never previously reported
as having changed.
2018-07-18 16:47:34 +02:00