|
|
2f4dd4fe27
|
Code simplification: GeometricField<Type, fvPatchField, volMesh> -> VolField<Type>
Using the VolField<Type> partial specialisation of
GeometricField<Type, fvPatchField, volMesh>
simplifies the code and improves readability.
|
2022-12-02 22:04:45 +00:00 |
|
|
|
fe368d5332
|
Code simplification: GeometricField<Type, fvsPatchField, surfaceMesh> -> SurfaceField<Type>
Using the SurfaceField<Type> partial specialisation of
GeometricField<Type, fvsPatchField, surfaceMesh>
simplifies the code and improves readability.
|
2022-12-02 19:02:15 +00:00 |
|
|
|
bf54ab67e1
|
Updated OpenFOAM Foundation web-link in headers
|
2018-07-06 21:42:54 +01:00 |
|
|
|
87e32ab499
|
Code style: Updated line comments to start with a space
//This is a comment -> // This is a comment
|
2018-05-01 11:57:50 +01:00 |
|
|
|
a003028582
|
foamToTecplot360: Updated to use tmp.ref()
Patch contributed by Bruno Santos
Resolves bug-report http://bugs.openfoam.org/view.php?id=2288
|
2016-10-09 15:13:50 +01:00 |
|
|
|
a8bf4be58a
|
Standardized cell, patch, face and processor loop index names
|
2016-04-25 12:00:53 +01:00 |
|
|
|
8c4f6b8fcb
|
Standardized cell, patch and face loop index names
|
2016-04-25 10:28:32 +01:00 |
|
|
|
6a27f7af46
|
boundaryField() -> boundaryFieldRef()
|
2016-04-24 22:07:37 +01:00 |
|
|
|
94c05a1e6c
|
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
|
2016-01-10 22:41:16 +00:00 |
|
|
|
10aea96ae5
|
applications: Update ...ErrorIn -> ...ErrorInFunction
Avoids the clutter and maintenance effort associated with providing the
function signature string.
|
2015-11-10 17:53:31 +00:00 |
|
|
|
446e5777f0
|
Add the OpenFOAM source tree
|
2014-12-10 22:40:10 +00:00 |
|