86385c6e25
ENH: IOobject: construct as copy with different name
2015-10-13 16:06:04 +01:00
7e8a4e1fe8
Update header
2015-10-12 21:33:56 +01:00
9427d134f9
sixDoFRigidBodyMotion: Time integration now switches between symplectic and Crank-Nicolson
...
For explicit motion (and the first iteration of iterative motion
correction) the 2nd-order symplectic motion integrator is used.
For iterative correction a form of lagged Crank-Nicolson is used in
which the current time-step values correspond to the current iteration.
This converges to a 2nd-order implicit solution.
2015-10-12 21:27:42 +01:00
d3e5ea4914
fvSchemes: setFluxRequired now adds entry quietly
2015-10-12 21:26:40 +01:00
5f15ea65eb
Merge branch 'foundation' into develop
2015-10-12 17:20:04 +01:00
564598452f
ENH: pressureTools FO - updated header documentation
2015-10-12 17:06:41 +01:00
a5d8932f45
ENH: pressureTools FO - updated header documentation
2015-10-12 17:06:41 +01:00
c20bb23de0
ENH: IO FOs - moved documentation to doc sub-directory
2015-10-07 13:29:10 +01:00
08e03ebaa5
ENH: IO FOs - moved documentation to doc sub-directory
2015-10-07 13:29:10 +01:00
69f0b4dcc4
ENH: forces FO - moved documentation to doc sub-directory
2015-10-07 13:21:08 +01:00
ff2947e7fd
ENH: forces FO - moved documentation to doc sub-directory
2015-10-07 13:21:08 +01:00
2a7fe0294c
ENH: forceCoeffs FO updated following update to use functionObjectState
...
Properties stored in state dictionary:
- Moment coefficient: Cm
- Drag coefficient: Cd
- Lift coefficient: Cl
- Front lift coefficient: Cl(f)
- Rear lift coefficient: Cl(r)
2015-10-07 13:11:01 +01:00
9ed2610863
ENH: forceCoeffs FO updated following update to use functionObjectState
...
Properties stored in state dictionary:
- Moment coefficient: Cm
- Drag coefficient: Cd
- Lift coefficient: Cl
- Front lift coefficient: Cl(f)
- Rear lift coefficient: Cl(r)
2015-10-07 13:11:01 +01:00
bc00be2c9a
ENH: forces FO updated following update to use functionObjectState
...
Properties stored in state dictionary:
- normalForce
- tangentialForce
- porousForce
- normalMoment
- tangentialMoment
- porousMoment
2015-10-07 13:02:44 +01:00
b9e2c56245
ENH: forces FO updated following update to use functionObjectState
...
Properties stored in state dictionary:
- normalForce
- tangentialForce
- porousForce
- normalMoment
- tangentialMoment
- porousMoment
2015-10-07 13:02:44 +01:00
137668ba81
ENH: fieldMinMax FO updated following update to use functionObjectState
...
Properties stored in state dictionary:
- minimum value: min<identifier>
- position of minimum value: min<identifier>_position
- processor ID of minimum value: min<identifier>_processor
- maximum value: max<identifier>
- position of maximum value: max<identifier>_position
- processor ID of maximum value: max<identifier>_processor
2015-10-06 15:32:01 +01:00
652460b74b
ENH: fieldMinMax FO updated following update to use functionObjectState
...
Properties stored in state dictionary:
- minimum value: min<identifier>
- position of minimum value: min<identifier>_position
- processor ID of minimum value: min<identifier>_processor
- maximum value: max<identifier>
- position of maximum value: max<identifier>_position
- processor ID of maximum value: max<identifier>_processor
2015-10-06 15:32:01 +01:00
9b10608715
ENH: fieldAverage FO updated following update to use functionObjectState
2015-10-06 15:21:24 +01:00
f2d2ab2703
ENH: fieldAverage FO updated following update to use functionObjectState
2015-10-06 15:21:24 +01:00
7760d19c86
ENH: field function objects - moved documentation to doc sub-directory
2015-10-06 14:58:13 +01:00
868571718d
ENH: field function objects - moved documentation to doc sub-directory
2015-10-06 14:58:13 +01:00
e8c239ed2f
ENH: Function object documentation updates for evaluateControl
2015-10-06 14:53:56 +01:00
2fdd9b9423
ENH: Function object documentation updates for evaluateControl
2015-10-06 14:53:56 +01:00
f9ce017f21
ENH: cloudInfo FO - moved documentation to doc sub-directory
2015-10-06 14:51:34 +01:00
a1ccdfac47
ENH: cloudInfo FO - moved documentation to doc sub-directory
2015-10-06 14:51:34 +01:00
d8e8cdae97
ENH: fieldValues FO updated follwing changes to functionObjectFile
2015-10-06 14:36:18 +01:00
4618569bd0
ENH: fieldValues FO updated follwing changes to functionObjectFile
2015-10-06 14:36:18 +01:00
d4a2ac2159
STYLE: Updated copyright notices
2015-10-06 14:32:46 +01:00
e31e70c175
STYLE: Updated copyright notices
2015-10-06 14:32:46 +01:00
ec24badb90
ENH: forces/forceCoeffs FOs updated follwing changes to functionObjectFile
2015-10-06 13:11:19 +01:00
2e7f8c0ddf
ENH: forces/forceCoeffs FOs updated follwing changes to functionObjectFile
2015-10-06 13:11:19 +01:00
4f4fc3fab5
ENH: yPlus FO updated follwing changes to functionObjectFile
...
Also
- added documentation to header
- added 'resultName' to enable user to specify alternative name for
output field
2015-10-06 12:19:20 +01:00
0babca9575
ENH: yPlus FO updated follwing changes to functionObjectFile
...
Also
- added documentation to header
- added 'resultName' to enable user to specify alternative name for
output field
2015-10-06 12:19:20 +01:00
b3cea1beab
ENH: fieldMinMax FO updated follwing changes to functionObjectFile
...
Also added 'resultName' to enable user to specify alternative name for
output field
2015-10-06 12:16:22 +01:00
776f5f1774
ENH: fieldMinMax FO updated follwing changes to functionObjectFile
...
Also added 'resultName' to enable user to specify alternative name for
output field
2015-10-06 12:16:22 +01:00
9b49b7bfa8
ENH: residuals FO updated follwing changes to functionObjectFile and minor code formatting
2015-10-06 12:14:28 +01:00
428228fc6b
ENH: residuals FO updated follwing changes to functionObjectFile and minor code formatting
2015-10-06 12:14:28 +01:00
bbd05f162e
ENH: regionSizeDistribution FO updated follwing changes to functionObjectFile
2015-10-06 12:08:07 +01:00
466a2d5173
ENH: regionSizeDistribution FO updated follwing changes to functionObjectFile
2015-10-06 12:08:07 +01:00
602dc5ed45
ENH: fieldMinMax FO updated follwing changes to functionObjectFile
2015-10-06 12:07:18 +01:00
751bc41650
ENH: fieldMinMax FO updated follwing changes to functionObjectFile
2015-10-06 12:07:18 +01:00
b3f7637bfe
STYLE: Updated copyright notices
2015-10-06 12:06:11 +01:00
0bf299d07f
STYLE: Updated copyright notices
2015-10-06 12:06:11 +01:00
c03e9ffa54
ENH: cloudInfo FO updated follwing changes to functionObjectFile
...
Also added output of diameter info, D10, D32 and DMax
2015-10-06 11:53:34 +01:00
a440563a03
ENH: cloudInfo FO updated follwing changes to functionObjectFile
...
Also added output of diameter info, D10, D32 and DMax
2015-10-06 11:53:34 +01:00
2f06752a22
ENH: Added functionObjectState to Make/files (missed in commit 9f1809c)
2015-10-06 11:50:45 +01:00
d856ba8996
ENH: Added functionObjectState to Make/files (missed in commit 9f1809c)
2015-10-06 11:50:45 +01:00
d2bec46656
ENH: Added state dictionary to functionObjectList
...
Note: added as a pointer since the list operates in multiple modes, e.g.
as constructed by the Time database and 'outside' by
execFlowFunctionObjects
2015-10-06 11:47:58 +01:00
9d8cd0b6a8
ENH: Added state dictionary to functionObjectList
...
Note: added as a pointer since the list operates in multiple modes, e.g.
as constructed by the Time database and 'outside' by
execFlowFunctionObjects
2015-10-06 11:47:58 +01:00
94f952ab04
reactingMultiphaseEulerFoam: Completed LTS support in multuphaseSystem
2015-10-05 22:42:12 +01:00