|
|
45a00a1377
|
interstitialInletVelocity: corrected mapping for decomposition and reconstruction
|
2013-10-25 15:08:54 +01:00 |
|
|
|
0dbc3666a2
|
BUG: mappedField: do not keep interpolator (holds copy of field)
|
2013-10-03 15:43:37 +01:00 |
|
|
|
feb7335481
|
ENH: uniformInletOutlet: new bc with uniform inletValue
|
2013-09-24 17:51:48 +01:00 |
|
|
|
0e66cee768
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-09-18 13:07:43 +01:00 |
|
|
|
3d65213605
|
fixedFluxPressure: avoid deltaCoeffs() during mapping as it causes problems with AMI
|
2013-09-13 13:11:49 +01:00 |
|
|
|
a0ea2488c6
|
ENH: ACMI - update non-overlap patch in initEvaluate
|
2013-09-13 12:59:30 +01:00 |
|
|
|
22a4123906
|
BUG: fixedFluxPressure: do not use deltaCoeffs in mapping constructor
|
2013-09-13 11:01:35 +01:00 |
|
|
|
c7cd331617
|
fixedFluxPressureFvPatchScalarField: Avoid calling evaluate() in the mapping constructor as it call updateCoeffs()
|
2013-09-13 00:10:57 +01:00 |
|
|
|
a3b52a5f74
|
ENH: basic fvPatchFields: added mapping warning
|
2013-09-12 16:02:02 +01:00 |
|
|
|
a37d59664c
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
src/finiteVolume/fields/fvPatchFields/derived/fixedFluxPressure/fixedFluxPressureFvPatchScalarField.C
|
2013-09-12 15:39:26 +01:00 |
|
|
|
5ac31aabc8
|
ENH: FieldMapper: extend with unmapped checking flag
|
2013-09-12 15:37:53 +01:00 |
|
|
|
f35433bdea
|
ENH: fvPatchField: move mapping logic into Field
|
2013-09-12 15:25:53 +01:00 |
|
|
|
d2cefa9b26
|
fixedFluxPressureFvPatchScalarField: evaluate the value field after mapping
|
2013-09-12 11:36:07 +01:00 |
|
|
|
b0403a268e
|
BUG: fixedPressure: map value as well as gradient
|
2013-09-11 13:17:51 +01:00 |
|
|
|
a6e284b8bb
|
Remove redundant buoyantPressure BC
|
2013-09-11 11:29:07 +01:00 |
|
|
|
a6f9a19884
|
fixedFluxPressure: Ensure gradient is initialised to 0 before mapping
|
2013-09-11 11:22:59 +01:00 |
|
|
|
125d658fc6
|
Corrected
|
2013-09-11 01:09:59 +01:00 |
|
|
|
08baa6eda6
|
fixedFluxPressure BC: the snGrad is now pushed into the BC from pEqn.H rather than being evaluated in the BC
|
2013-09-11 00:10:00 +01:00 |
|
|
|
f15ad8513e
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-09-05 18:24:26 +01:00 |
|
|
|
bbf1ac7383
|
ENH: fvPatchField: move mapping of exposed faces to fvPatchField.
|
2013-09-05 13:39:58 +01:00 |
|
|
|
f58f6966e1
|
BUG: Corrected doxygen tag usage
|
2013-09-03 12:17:10 +01:00 |
|
|
|
329656ecb3
|
interstitialInletVelocity: New inlet velocity BC for multiphase flow
|
2013-08-19 11:48:52 +01:00 |
|
|
|
2780df8365
|
multiphase: Update phase-naming to use the new convention e.g. alpha.water
|
2013-08-13 23:21:46 +01:00 |
|
|
|
1308248581
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-08-08 16:57:48 +01:00 |
|
|
|
c111b59e42
|
ENH: fvPatchField: store patchType if construct from words
|
2013-08-08 15:35:07 +01:00 |
|
|
|
307d511a98
|
ENH: externalCoupled BC - remove lock file on exit
|
2013-08-07 16:47:54 +01:00 |
|
|
|
28297e9d42
|
BUG: Corrected header documentation - mantis #941
|
2013-08-05 13:32:47 +01:00 |
|
|
|
d3ff2fae8b
|
BUG: Corrected header documentation - mantis #896
|
2013-07-29 09:08:31 +01:00 |
|
|
|
a96200406a
|
BUG: Added missing call to base class updateCoeffs
|
2013-07-24 14:42:26 +01:00 |
|
|
|
e596b40b5f
|
STYLE: code clean-up
|
2013-07-24 12:26:34 +01:00 |
|
|
|
ca15f70a39
|
BUG: corrected parallel operation of exernalCoupled BC
|
2013-07-24 12:04:39 +01:00 |
|
|
|
3a9ec0852e
|
ENH: Updated header documentation
|
2013-07-24 10:47:12 +01:00 |
|
|
|
73bedc413c
|
ENH: Simplified externalCoupled BC - removed collate option
|
2013-07-24 10:45:30 +01:00 |
|
|
|
b6c38a58bf
|
ENH: Updated externalCoupled BC
|
2013-07-24 09:12:25 +01:00 |
|
|
|
17f45e5b2e
|
rotatingWallVelocityFvPatchVectorField: Read value if present rather than evaluating the BC
Needed for reconstructing AMI cases
|
2013-07-15 14:27:15 +01:00 |
|
|
|
0350efb5ed
|
STY: Improving style
|
2013-07-10 17:36:43 +01:00 |
|
|
|
5eed286378
|
ENH: Adding gradient() and value() field reading from full restart for
buoyantPressureFvPatchScalarField and writing value() field for
fixedFluxPressureFvPatchScalarField
|
2013-07-10 17:32:58 +01:00 |
|
|
|
a0d2760809
|
ENH: Added updateCoeffs and manipulateMatrix functions
|
2013-05-31 14:40:25 +01:00 |
|
|
|
fa2ed51f6b
|
ENH: Added variants of updateCoeffs and manipulateMatrix to receive weight field
|
2013-05-31 14:39:23 +01:00 |
|
|
|
bd110e12c8
|
Merge branch 'ACMI'
|
2013-05-28 15:56:26 +01:00 |
|
|
|
0158cc6134
|
ENH: AMI - added supporting ACMI patches and boundary conditions
|
2013-05-28 12:45:16 +01:00 |
|
|
|
45955e958d
|
ENH: timeVaryingMapped: do not reread table
|
2013-05-20 10:45:54 +01:00 |
|
|
|
941e1778dc
|
BUG: timeVaryingMappedFixedValueFvPatchField: clone only if existing
|
2013-05-16 20:29:34 +01:00 |
|
|
|
9ebd8a851a
|
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-05-03 17:33:37 +01:00 |
|
|
|
476f19091a
|
ENH: Added new uniformFixedGradient boundary condition
|
2013-05-03 17:30:31 +01:00 |
|
|
|
d609e0270a
|
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
|
2013-05-03 15:47:52 +01:00 |
|
|
|
90656d4fd1
|
Update headers
|
2013-05-03 15:47:45 +01:00 |
|
|
|
4fc0924c89
|
Remove unnecessary typedefs
|
2013-05-03 15:47:33 +01:00 |
|
|
|
5bc4cc3b7c
|
Merge remote-tracking branch 'origin/master' into feature/procAgglom
|
2013-05-01 16:57:36 +01:00 |
|
|
|
4cd72f560a
|
fixedFluxPressureFvPatchScalarField: corrected BC group in docs
|
2013-04-30 21:14:47 +01:00 |
|