Commit graph

4559 commits

Author SHA1 Message Date
Pascal Beckstein
7575c60201 Add jumpFaceFluxCorrectionPtr_ to fvMatrix for cases of jump discontinuities in grad(psi). 2017-04-04 03:08:52 +02:00
Pascal Beckstein
333c815d8f Make all axis point labels available in wedgeFaPatch (idea from Zeljko) 2017-04-04 03:04:33 +02:00
Pascal Beckstein
9bd721da3e Performance upgrade for global patch creation in tetPolyMesh 2017-04-04 02:49:53 +02:00
Pascal Beckstein
98274c1751 Add .gitattributes for custom gitlab language highlighting 2017-04-04 02:47:14 +02:00
Pascal Beckstein
4e95161b7b Fix write of rAU-keyword in fixedFluxPressureFvPatchScalarField 2017-04-04 02:43:26 +02:00
Pascal Beckstein
5d7e870db7 Bugfixes and improvements for parallel decomposition/reconstruction of regions 2017-04-04 02:41:00 +02:00
Pascal Beckstein
cf69951232 Fix overwrite option in splitMeshRegions utility 2017-04-04 02:27:34 +02:00
Pascal Beckstein
6122d50b64 Return exit code based on ok status in setSet utility 2017-04-04 02:26:02 +02:00
Robert Keser
cd214ab5a3 Avoid compiling foamToTecplot360 on Windows Authors: Robert Keser & Vanja Skuric 2017-03-31 15:53:16 +02:00
Robert Keser
4bbbbf780a Bugfix: Windows now compiles surfaceCoarsen Author: Vanja Skuric 2017-03-31 12:36:01 +02:00
Hrvoje Jasak
7f020db73e Improved handling of solo cells in clustering 2017-03-30 16:09:47 +01:00
Hrvoje Jasak
0218b8c3ac Merge branch 'development' of ssh://git.code.sf.net/u/hjasak/foam-extend-4.0 into development 2017-03-30 13:47:39 +01:00
Hrvoje Jasak
df50c6e4a9 Rename group size in AMG agglomeration 2017-03-30 13:46:41 +01:00
Hrvoje Jasak
a8654cedcd Clean-up of files files 2017-03-30 13:28:52 +01:00
Hrvoje Jasak
3f31a7d4c9 Improved formulation of steady compressible solvers. Jasak, Cvijetic, Rusche, Zuzul 2017-03-30 10:36:09 +01:00
Hrvoje Jasak
c66ebe7b91 Bugfix: surface stability deltaT control. Dirk Grunding 2017-03-30 10:35:36 +01:00
Hrvoje Jasak
ba5893ba4a Formatting 2017-03-30 10:34:18 +01:00
Hrvoje Jasak
29b8708cea Bugfix: Update time loop syntax 2017-03-30 10:34:10 +01:00
Hrvoje Jasak
5aaf1f0bec Report internal field min/max separately 2017-03-30 10:33:02 +01:00
Hrvoje Jasak
395ecdbe9d Formatting 2017-03-30 10:32:37 +01:00
Hrvoje Jasak
6b24ec0316 crMatrix move 2017-03-30 10:32:19 +01:00
Hrvoje Jasak
113e518906 Clean-up 2017-03-30 10:31:39 +01:00
Hrvoje Jasak
287e02f674 Make comm() a virtual function in fvMesh 2017-03-30 10:29:48 +01:00
Hrvoje Jasak
b21c183422 Clean-up 2017-03-30 10:29:29 +01:00
Hrvoje Jasak
775661dfdf Formatting 2017-03-30 10:28:48 +01:00
Hrvoje Jasak
f91bdbd2e8 Updates in AMG and block AMG coarsening 2017-03-30 10:28:06 +01:00
Hrvoje Jasak
7a89d06278 Moved crMatrix into foam library 2017-03-30 10:26:05 +01:00
Hrvoje Jasak
f67e2e0c4f Improved formulation of isentropic boundary conditions 2017-03-30 10:24:25 +01:00
Hrvoje Jasak
a1309b87f5 Formatting 2017-03-30 10:18:44 +01:00
Hrvoje Jasak
92a208f6c2 Clean-up of fam solver 2017-03-30 10:18:30 +01:00
Robert Keser
f9c99a109c Updated cross-coupling terms in coupledKEpsilon turbulence model. 2017-03-29 16:49:49 +02:00
Hrvoje Jasak
cb59b93ba6 Formatting 2017-03-21 19:51:00 +00:00
Vuko Vukcevic
fcb7267543 Minor update in comment 2017-03-14 15:54:03 +01:00
Vuko Vukcevic
26f9cf0b5b Added member function to initialize force and moment in sixDOFODE 2017-03-14 14:57:49 +01:00
Vuko Vukcevic
ea398214f1 Added access functions in constraints/restraints 2017-03-13 17:01:32 +01:00
Vuko Vukcevic
67f3d04b5c Updates in constraints and restraints classes
They now hold a reference to underlying sixDOFODE object. Need to handle more
complex restraints/constraints depending on its state.
2017-03-13 16:03:30 +01:00
Vuko Vukcevic
715ee6a0fb Moved static functions in finiteRotation to public interface 2017-03-13 12:34:47 +01:00
Vuko Vukcevic
b245c86343 Update to eulerAngles static function in finiteRotation 2017-03-13 12:30:51 +01:00
Vuko Vukcevic
603882b543 Minor updates to sanity checks in sixDOFODE.C 2017-03-13 10:46:52 +01:00
Vuko Vukcevic
445630ae8d Changed reference in geometricSixDOF.H class description 2017-03-13 08:50:06 +01:00
Vuko Vukcevic
dfad77e0ec Added stabilisation for constraints
Note: necessary for arbitrary DAE systems
2017-03-10 16:36:15 +01:00
Vuko Vukcevic
8bf831fdc4 Force/moment update to sixDOFBodies 2017-03-10 15:35:38 +01:00
Vuko Vukcevic
e31adfa8fd Angular damper rotational restraint 2017-03-10 12:58:14 +01:00
Vuko Vukcevic
8459f22dbb Finalised the use of translationa/rotational restraints in sixDOFODE classes 2017-03-10 11:20:42 +01:00
Vuko Vukcevic
26f51f4572 Adding interface for restraints
Abstract base classes translationalRestraint and rotationalRestraint are laid
out. Need to use them in sixDOFODE class and write basic restraints.
2017-03-10 09:59:56 +01:00
Vuko Vukcevic
1531334d60 Relocated motion constraints to sixDOFODE base class 2017-03-09 10:35:50 +01:00
Vuko Vukcevic
9caa3ceb3b Periodic oscillation translational constraint 2017-03-09 10:08:39 +01:00
Vuko Vukcevic
65b54e96d0 Extended interface for motion constraints 2017-03-08 15:59:13 +01:00
Vuko Vukcevic
02680c81a8 Updated comments 2017-03-08 15:40:00 +01:00
Vuko Vukcevic
577ae885a0 Updates to sixDOFODE classes
2nd order accurate updates of force and moment during the ODE solution.
2017-03-08 11:08:20 +01:00