Andrew Heather
a7dcf8fc61
ENH: Tutorials - updated use of -log to use -s
2016-04-26 09:31:44 +01:00
andy
fd9d801e2d
GIT: Initial commit after latest foundation merge
2016-04-25 11:40:48 +01:00
mattijs
53d474db41
GIT: boundary: generated file
2016-03-23 15:52:14 +00:00
Henry Weller
350d03246e
scripts: Reformat with consistent section separators
2016-02-15 18:30:24 +00:00
Henry Weller
fc2ce73723
Solvers: Added support for extrapolated pressure boundary conditions
...
The boundary conditions of HbyA are now constrained by the new "constrainHbyA"
function which applies the velocity boundary values for patches for which the
velocity cannot be modified by assignment and pressure extrapolation is
not specified via the new
"fixedFluxExtrapolatedPressureFvPatchScalarField".
The new function "constrainPressure" sets the pressure gradient
appropriately for "fixedFluxPressureFvPatchScalarField" and
"fixedFluxExtrapolatedPressureFvPatchScalarField" boundary conditions to
ensure the evaluated flux corresponds to the known velocity values at
the boundary.
The "fixedFluxPressureFvPatchScalarField" boundary condition operates
exactly as before, ensuring the correct flux at fixed-flux boundaries by
compensating for the body forces (gravity in particular) with the
pressure gradient.
The new "fixedFluxExtrapolatedPressureFvPatchScalarField" boundary
condition may be used for cases with or without body-forces to set the
pressure gradient to compensate not only for the body-force but also the
extrapolated "HbyA" which provides a second-order boundary condition for
pressure. This is useful for a range a problems including impinging
flow, extrapolated inlet conditions with body-forces or for highly
viscous flows, pressure-induced separation etc. To test this boundary
condition at walls in the motorBike tutorial case set
lowerWall
{
type fixedFluxExtrapolatedPressure;
}
motorBikeGroup
{
type fixedFluxExtrapolatedPressure;
}
Currently the new extrapolated pressure boundary condition is supported
for all incompressible and sub-sonic compressible solvers except those
providing implicit and tensorial porosity support. The approach will be
extended to cover these solvers and options in the future.
Note: the extrapolated pressure boundary condition is experimental and
requires further testing to assess the range of applicability,
stability, accuracy etc.
Henry G. Weller
CFD Direct Ltd.
2016-02-13 17:48:26 +00:00
Henry Weller
daf44fda3d
tutorials and templates: Updated wall BC for velocity to noSlip
2016-02-09 20:08:34 +00:00
Henry Weller
b3d47f0423
bin/tools/RunFunctions: runParallel now obtains the number of processors from numberOfSubdomains
...
in decomposeParDict.
This default number of processors may be overridden by the new "-np"
option to runParallel which must be specified before the application
name e.g.:
runParallel -np 4 pisoFoam
2016-01-27 14:19:25 +00:00
Andrew Heather
2aeaa7c5d5
ENH: Added chtMultiRegionFoam 'windshieldDefrost' tutorial showing example of explict solidificationMelting fvOption
2015-12-23 12:13:28 +00:00
Andrew Heather
f0c3e8d599
STYLE: Updated version to 'plus'
2015-12-22 23:14:17 +00:00
Andrew Heather
cab9b02c9e
STYLE: Updated docs to OpenFOAM.com
2015-12-22 16:57:50 +00:00
Andrew Heather
04752147c8
GIT: Resolved conflict on merge from upstream
2015-12-22 16:49:44 +00:00
sergio
30a03e31f3
files: taking out the compilation of pressureJumpDirec.... fo.
...
radiationProperties: general model organization
fvOptions: taking out the use of pressureJumpDirec.... from tutorial
2015-12-18 12:17:00 -08:00
sergio
fb504d8975
BUG: Adding transmissivityModel to /0.org/include/3DBaffle/3DbaffleSolidThermo
2015-12-16 11:33:49 -08:00
sergio
cdbe0e31a8
BUG: Switching off radiationProperties in heater. Adding boundaryRadiationProperties
...
and adding transmissivity keyword in radiationProperties.
2015-12-14 10:43:31 -08:00
mattijs
92b5ee3487
Merge branch 'develop' into radiation
...
Conflicts:
applications/utilities/preProcessing/viewFactorsGen/shootRays.H
src/lagrangian/intermediate/submodels/addOns/radiation/absorptionEmission/cloudAbsorptionEmission/cloudAbsorptionEmission.C
src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C
src/thermophysicalModels/radiation/derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.H
src/thermophysicalModels/radiation/radiationModels/fvDOM/fvDOM/fvDOM.C
src/thermophysicalModels/radiation/radiationModels/fvDOM/radiativeIntensityRay/radiativeIntensityRay.C
tutorials/mesh/parallel/filter/0.org/T
2015-12-11 09:50:43 +00:00
sergio
c3854609a4
Adding 'compressible' flag in pEq for chtMultiRegionFoam and buoyantPimpleFoam, rhoThermo and
...
transient based solvers to account for incompressible Eq of State laws. It avoids taking into account
the term ddt(rho) as mass contribution due to compressibility effects
2015-12-09 15:11:16 -08:00
Andrew Heather
0e01c44129
GIT: Resolved conflict
2015-12-09 16:19:28 +00:00
Andrew Heather
5c9dff6146
GIT: Resolved conflict
2015-12-09 16:19:28 +00:00
Andrew Heather
8837a89237
STYLE: Updated links from openfoam.org to openfoam.com
2015-12-09 15:03:05 +00:00
Andrew Heather
e8118a9b04
ENH: Tutorials - removed boundary files from repository
2015-12-08 15:06:13 +00:00
Andrew Heather
dbea5806ce
ENH: Tutorials - removing fluxRequired from fvSchemes
2015-12-08 12:14:13 +00:00
Andrew Heather
3f55f752fc
GIT: Resolve conflict with upstream merge from Foundation
2015-12-07 17:07:20 +00:00
mattijs
8d5800c5f8
ENH: externalCoupled: changed to non-OutputFilter functionObject.
...
- moved control to functionObject (from bc)
- this allows multi-region support
- see heatTransfer/chtMultiRegionFoam/externalCoupledMultiRegionHeater tut
- generalisation of streamed reading/writing of specialised bcs
2015-11-26 13:04:06 +00:00
Henry Weller
33fdce88f5
porosityModels: Specification of name and dimensions of porosity coefficients is now optional
...
e.g.
DarcyForchheimerCoeffs
{
d (5e7 -1000 -1000);
f (0 0 0);
coordinateSystem
{
type cartesian;
origin (0 0 0);
coordinateRotation
{
type axesRotation;
e1 (1 0 0);
e2 (0 0 1);
}
}
}
2015-11-17 12:05:57 +00:00
Henry Weller
d98136e122
tutorials: Removed unnecessary "boundary" files
2015-11-13 20:05:37 +00:00
mattijs
8f5997bb6a
ENH: displacementMotionSolver: additional hierarchy
...
- shm: have displacementMotionSolver as alternative mesh shrinker
(instead of medialAxis).
- updated iglooWithFridges tutorial to use displacementLaplacian
- selectable interpolation from cells to points in the motion solvers
using the 'interpolation' keyword:
interpolation volPointInterpolation; // default
or
interpolation patchCorrected (lowerWall upperWall);
- wrapped up mesh shrinkers (see above) for use as a displacementMotionSolver
(i.e. the opposite of the displacementMotionSolver mesh shrinker)
2015-11-19 09:35:20 +00:00
mattijs
0431b8fbe1
ENH: humidityTemperatureCoupledMixed: moved to separate library
...
This bc was in compressible turbulence library which made it dependent
on liquidProperties. It was moved to a separate library since it is only
used in a single tutorial.
2015-11-09 14:40:21 +00:00
sergio
047211b1f7
ENH: Adding humidityTemperatureCoupledMixed BC and directionalPressureGradientExplicitSource and the corresponding tutorial
...
tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation
2015-11-03 14:42:08 -08:00
sergio
eedbd182d1
ENH: Adding solar radiation modelling and tutorial changes
2015-11-02 11:54:27 -08:00
Henry Weller
f5a3702e58
Corrected headers
2015-10-27 16:26:40 +00:00
Henry Weller
37cfc3ab46
tutorials: Removed unnecessary spaces between parentheses and values in vectors
2015-07-21 20:55:44 +01:00
Henry Weller
365f9b0006
dimensioned<Type>: Added constructor from name, dimensions and dictionary
...
to simplify construction of dimensionedScalar properties and avoid the
duplication of the name string in the constructor call.
2015-07-21 12:57:07 +01:00
Henry Weller
4c21f24a8c
Input of dimensionedScalars: update read-construction of dimensionedScalar in applications
...
so that the specification of the name and dimensions are optional in property dictionaries.
Update tutorials so that the name of the dimensionedScalar property is
no longer duplicated but optional dimensions are still provided and are
checked on read.
2015-07-20 22:52:53 +01:00
Henry Weller
0fb6a01280
fluxRequired: Added setFluxRequired function to fvSchemes class
...
Added calls to setFluxRequired for p, p_rgh etc. in all solvers which
avoids the need to add fluxRequired entries in fvSchemes dictionaries.
2015-07-15 21:57:16 +01:00
Henry
3a004fda10
fvOptions: Separate options for all cells, cellSets and inter-region coupling
...
by introducing rational base-classes rather than using the hideous
'switch' statement. Further rationalization of the cell-selection
mechanism will be implemented via an appropriate class hierarchy to
replace the remaining 'switch' statement.
Mesh-motion is currently handled very inefficiently for cellSets and not
at all for inter-region coupling. The former will be improved when the
cell-selection classes are written and the latter by making the
meshToMesh class a MeshObject after it has been corrected for mapFields.
2015-05-31 16:38:01 +01:00
Henry
c3ee2348a6
MRF: Separate MRF from fvOptions
...
fvOptions does not have the appropriate structure to support MRF as it
is based on option selection by user-specified fields whereas MRF MUST
be applied to all velocity fields in the particular solver. A
consequence of the particular design choices in fvOptions made it
difficult to support MRF for multiphase and it is easier to support
frame-related and field related options separately.
Currently the MRF functionality provided supports only rotations but
the structure will be generalized to support other frame motions
including linear acceleration, SRF rotation and 6DoF which will be
run-time selectable.
2015-05-29 23:35:43 +01:00
Henry
0a6ca7ae45
includeEtcEntry: New dictionary include directive: #includeEtc "etcFile"
...
Description
Specify an etc file to include when reading dictionaries, expects a
single string to follow.
Searches for files from user/group/shipped directories.
The search scheme allows for version-specific and
version-independent files using the following hierarchy:
- \b user settings:
- ~/.OpenFOAM/\<VERSION\>
- ~/.OpenFOAM/
- \b group (site) settings (when $WM_PROJECT_SITE is set):
- $WM_PROJECT_SITE/\<VERSION\>
- $WM_PROJECT_SITE
- \b group (site) settings (when $WM_PROJECT_SITE is not set):
- $WM_PROJECT_INST_DIR/site/\<VERSION\>
- $WM_PROJECT_INST_DIR/site/
- \b other (shipped) settings:
- $WM_PROJECT_DIR/etc/
An example of the \c \#includeEtc directive:
\verbatim
#includeEtc "etcFile"
\endverbatim
The usual expansion of environment variables and other constructs is
retained.
2015-04-26 10:44:11 +01:00
Henry
50ada7c994
blockMesh: Change default location of blockMeshDict from constant/polyMesh to system
...
For multi-region cases the default location of blockMeshDict is now system/<region name>
If the blockMeshDict is not found in system then the constant directory
is also checked providing backward-compatibility
2015-04-24 22:29:57 +01:00
Henry
5ecfb06398
tutorials: remove unnecessary under-relax fields entry
2015-02-22 16:52:21 +00:00
Henry
c6874965f8
tutorials: rationalized log
2015-02-19 08:39:32 +00:00
Henry
7be1393fef
tutorials: corrected comments in snappyHexMeshDict
...
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1541
2015-02-17 23:59:59 +00:00
Henry
77a6995346
tutorials: Simplify rhoMax and rhoMin specification
2015-02-17 10:55:02 +00:00
Henry
8628ef2fea
Corrected capitalization of Doxygen documentation comments
2015-02-14 13:10:15 +00:00
Henry
d919d6758a
tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/air/topoSetDict.1: further correction to avoid duplicate registration
2015-02-14 10:13:11 +00:00
Henry
0ea062816e
Correct section comment: there can only be one destructor
2015-02-12 21:57:29 +00:00
Henry
332c3cc37f
Tutorials: change topoSetDicts to avoid duplicate names
2015-02-12 10:01:31 +00:00
Henry
78ca0ce02c
Add simulationType entry even for simpleFoam cases
...
so that generic utilities like yPlus select the appropriate turbulence model
2015-01-21 21:08:19 +00:00
Henry
2aec249647
Updated the whole of OpenFOAM to use the new templated TurbulenceModels library
...
The old separate incompressible and compressible libraries have been removed.
Most of the commonly used RANS and LES models have been upgraded to the
new framework but there are a few missing which will be added over the
next few days, in particular the realizable k-epsilon model. Some of
the less common incompressible RANS models have been introduced into the
new library instantiated for incompressible flow only. If they prove to
be generally useful they can be templated for compressible and
multiphase application.
The Spalart-Allmaras DDES and IDDES models have been thoroughly
debugged, removing serious errors concerning the use of S rather than
Omega.
The compressible instances of the models have been augmented by a simple
backward-compatible eddyDiffusivity model for thermal transport based on
alphat and alphaEff. This will be replaced with a separate run-time
selectable thermal transport model framework in a few weeks.
For simplicity and ease of maintenance and further development the
turbulent transport and wall modeling is based on nut/nuEff rather than
mut/muEff for compressible models so that all forms of turbulence models
can use the same wall-functions and other BCs.
All turbulence model selection made in the constant/turbulenceProperties
dictionary with RAS and LES as sub-dictionaries rather than in separate
files which added huge complexity for multiphase.
All tutorials have been updated so study the changes and update your own
cases by comparison with similar cases provided.
Sorry for the inconvenience in the break in backward-compatibility but
this update to the turbulence modeling is an essential step in the
future of OpenFOAM to allow more models to be added and maintained for a
wider range of cases and physics. Over the next weeks and months more
turbulence models will be added of single and multiphase flow, more
additional sub-models and further development and testing of existing
models. I hope this brings benefits to all OpenFOAM users.
Henry G. Weller
2015-01-21 19:21:39 +00:00
Henry
3dd0c19758
Rename foamClearPolyMesh -> foamCleanPolyMesh for consistency with the other foamClear.* scripts
2015-01-11 15:42:10 +00:00
Henry
69ff8aa4d2
wallDist: now a MeshObject cached and updated automatically with a run-time selected algorithm
...
When using models which require the wallDist e.g. kOmegaSST it will
request the method to be used from the wallDist sub-dictionary in
fvSchemes e.g.
wallDist
{
method meshWave;
}
specifies the mesh-wave method as hard-coded in previous OpenFOAM versions.
2015-01-08 10:40:23 +00:00
Henry
41368addc9
Minor change to comment
2014-12-14 21:50:14 +00:00
OpenFOAM-admin
9fb26d59d3
GIT: Repo update
2014-12-11 08:35:10 +00:00
mattijs
8f9a454bc1
BUG: iglooWithFridges: single-region surface names
2014-02-18 09:16:24 +00:00
OpenFOAM-admin
fbb3ddf2c4
Updated for release 2.3.0
2014-02-17 10:21:46 +00:00
william
333818408f
STYLE: sh instead of bash for tutorial scripts
2014-02-05 16:53:44 +00:00
william
11416d066d
BUG: removed bash-dependent test for the existence of gnuplot
2014-02-05 16:20:53 +00:00
william
55ac19dcf6
BUG: removed bash-specific scripting in externalCoupledCavity/externalSolver
2014-02-04 11:56:16 +00:00
mattijs
ac95756498
NEH: multiRegionHeaterRadiation: parallel running
2014-01-31 10:52:07 +00:00
Henry
349eddef0d
Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2014-01-30 13:02:22 +00:00
Henry
d648760ead
Update headers
2014-01-30 13:02:02 +00:00
Henry
ee4e19ef85
Renamed folder -> directory for consistency with POSIX and the rest of OpenFOAM
2014-01-30 13:01:04 +00:00
Sergio Ferraris
684dd9e71a
Commenting out reconstructPar in multiRegionHeaterRadiation tutorial
2014-01-30 12:44:15 +00:00
mattijs
8acfa4692a
STYLE: snappyHexMeshDict: removed optional parameter
2014-01-27 12:25:56 +00:00
Sergio Ferraris
54b98a8ce1
BUG: Bug in F for DarcyForchheimer porosity model.
...
Changing to Lists the contact resistances of turbulentTemperatureRadCoupledMixed and turbulentTemperatureCoupled BC's
Updating fvOption in heatExchanger tutorial
2014-01-08 17:12:46 +00:00
Sergio Ferraris
a2d6fe298d
ENH: Updating combustion and heat transfer tutorials
2014-01-08 10:15:01 +00:00
Sergio Ferraris
7db3ea77f0
ENH: Improving settings for multiRegionHeater, adding example of contact resistance
...
and coded source fvOption in heater/fvOptions
2013-12-20 17:59:53 +00:00
Sergio Ferraris
620e32aff7
Merge branch 'master' of /home/dm4/OpenFOAM/repositories/OpenFOAM-dev
2013-12-20 11:50:11 +00:00
mattijs
5552d5500b
ENH: angledDuct: renamed wall to walls
2013-12-13 14:34:08 +00:00
Sergio Ferraris
7116c227bf
ENH: making consistent Tnbr for turbulentTemperatureCoupledBaffleMixedFvPatchScalarField and turbulentTemperatureRadCoupledMixedFvPatchScalarField.
...
and updating heat transfer tutorials
2013-12-12 14:36:13 +00:00
mattijs
59c1f9cce3
ENH: circuitBoardCooling: added some processor patchField initialisation for easier parallel running
2013-12-11 17:19:39 +00:00
mattijs
6f46553895
ENH: createPatchDict: renamed dictionary entry
2013-12-11 17:16:40 +00:00
Sergio Ferraris
8f9450008e
ENH: Remove unused files 1DTemperatureSlaveBafflePatches and 3DTemperatureSlaveBafflePatches
2013-12-04 15:34:26 +00:00
Sergio Ferraris
c56d376bae
ENH: Adding 'baseGroup' option to createBaffle.C to add a pair patches but in
...
different groups. This is used in 3D baffle where the generated patches are not
coupled.
The tutorial circuitBoardCooling has been updated.
2013-12-04 15:30:35 +00:00
mattijs
d64871cc82
ENH: mapped: use coupleGroup specification
2013-11-12 15:15:02 +00:00
Sergio Ferraris
084194c7bd
ENH: 1) Adding self extrusion and defaulting some inputs in 3D thermal baffles
...
2) Changing 1D steady baffle to mixture BC and simplifying inputs
3) Reorganizing circuitBoardCooling tutorial
2013-11-05 11:20:38 +00:00
mattijs
72c89b43b1
ENH: circuitBoardCooling: clean up
2013-10-25 09:22:06 +01:00
Henry
fad62667f0
tutorials/heatTransfer/buoyantSimpleFoam/externalCoupledCavity: Changed
...
message so that it doesn't look like an error.
2013-09-24 14:01:05 +01:00
Henry
79081fe33f
Add value to BC
2013-09-11 11:29:16 +01:00
Henry
0e10f00241
tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger: use fixedFluxPressure not buoyantPressure BCs
2013-09-11 11:23:29 +01:00
Henry
51f085faa5
Rewrite of ddtPhiCorr - ddtCorr and density-weight HbyA on compressible solvers.
...
For DyM solvers phiAbs is replaced by Uf but this conversion is currently not complete
2013-09-09 12:41:20 +01:00
Sergio Ferraris
673860a09d
ENH: Deriving thermalBaffle BC for thermal regions from mixedCoupleRad BC. This
...
incorporates Qr into the balance at the boundary. Qr and QrNrb entries are
necessary now.
The coolingCircuit tutorial case was modified accordingly.
2013-08-07 16:10:55 +01:00
mattijs
c4a65259ad
GIT: boundary: remove usued file
2013-08-07 11:27:34 +01:00
andy
618181c4db
ENH: Added tutorial case showing use of externalCoupled BCs
2013-07-24 12:07:31 +01:00
mattijs
9ad0015d95
STYLE: boundary: remove regenerated files
2013-07-16 09:54:02 +01:00
mattijs
7c081ac3e7
ENH: snappyHexMeshDict: fix header
2013-07-11 12:03:01 +01:00
mattijs
f2397e7f41
ENH: snappyHexMesh: clean up mesh quality settings
2013-07-02 15:01:32 +01:00
Sergio Ferraris
ea3ba49f52
STY: Correcting templates names and correcting write member function in
...
polynomialSolidTransport
2013-06-14 12:05:29 +01:00
Henry
48272dc5ab
alphatWallFunctions: add "compressible::" qualifier to compressible alphat wall-functions
2013-04-10 17:04:49 +01:00
Henry
2c4d3a79c9
Completed rename kappat->alphat for incompressible heat transfer
2013-04-06 16:29:43 +01:00
Henry
0d1dde0dea
tutorials/heatTransfer: update incompressible tutorials for kappa->alpha
2013-04-05 17:33:30 +01:00
andy
0cc8a4f816
ENH: Updating changes from 2.2.0
2013-03-07 12:55:52 +00:00
sergio
20cfa7c6ae
BUG: Correcting axesRotation.C virtual member functions and
...
tutorials using coordinates systems dictionary
2013-02-07 11:32:40 +00:00
andy
29b74534c7
STYLE: Updated tutorial header
2013-02-07 10:00:40 +00:00
andy
c834330dc3
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-02-07 09:59:47 +00:00
Henry
91a54847c2
Rename thermoBaffle -> thermalBaffle
2013-02-05 14:49:58 +00:00
andy
ed96224c12
ENH: Updated buoyantSimpleFoam tuts
2013-02-01 12:49:51 +00:00
andy
03ee3a5046
GIT: merge conflict resolution
2013-01-21 16:48:22 +00:00
sergio
01c4970dd6
BUG: Correcting createBafflesDict
2013-01-21 12:59:51 +00:00
andy
59c4dfe0db
ENH: Tutorial update
2013-01-17 12:38:07 +00:00
andy
68b4851568
ENH: Tutorial update
2013-01-11 14:53:44 +00:00
andy
cae7227cd4
ENH: Tutorial update
2013-01-11 12:16:51 +00:00
andy
94704b466e
ENH: Tutorial update
2013-01-10 10:27:47 +00:00
andy
6fa5295b4b
ENH: Tutorial update
2013-01-10 10:00:31 +00:00
andy
a953742839
ENH: Added new heat exchanger tutorial for chtMultiRegionSimpleFoam
2013-01-09 17:10:14 +00:00
mattijs
0ae4e2eaa5
STYLE: boundary: delete unused file
2013-01-08 13:01:21 +00:00
mattijs
e75dc1f757
ENH: createPatchDict: create with correct type
2013-01-07 12:22:46 +00:00
mattijs
90ccf72b5e
BUG: createPatch: missing dictionary
2013-01-07 11:36:37 +00:00
sergio
e9a26d79f9
ENH: Renaming temperatureThermoBaffle to thermoBaffle
...
thermoBaffle2D to thermoBaffle
temperatureThermoBaffle1D to thermoBaffle1D
2013-01-03 16:50:58 +00:00
mattijs
a1c6e86056
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-07 11:28:05 +00:00
mattijs
439159076b
ENH: iglooWithFridges: updated for patchGroups
2012-12-07 11:27:32 +00:00
andy
d023108fa7
ENH: Updated buoyantSimpleRadiationFoam tutorials - now reside in buoyanSimpleFoam cases
2012-12-06 13:09:24 +00:00
mattijs
4a5172706f
STYLE: iglooWithFridges: extraneous field
2012-12-06 09:34:45 +00:00
mattijs
c8a0ea85cc
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-12-05 15:53:26 +00:00
mattijs
03fa70e4af
ENH: tutorials: dict command line option
2012-12-05 15:30:33 +00:00
Henry
acbbaf3f4d
tutorials: Updated "limited" snGrad schemes
2012-12-05 14:58:42 +00:00
mattijs
4f362ec8e6
ENH: circuitBoardCooling: update to createBafflesDict
2012-12-04 11:59:44 +00:00
mattijs
3538bd27f8
ENH: multiRegionHeater: load libraries
2012-11-29 17:14:34 +00:00
andy
7888a0d8bb
ENH: Updated comment/description
2012-11-19 09:37:41 +00:00
andy
edd7242fbe
ENH: Tutorial updates
2012-11-16 17:52:08 +00:00
mattijs
ddf12a68ab
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-11-02 16:28:17 +00:00
sergio
8ec8f595ec
ENH: cleaning chtMultiRegionFoam and chtMultiRegionSimpleFoam from
...
porous fluid and solid now incorporated into fluid and solid regions
2012-11-02 15:42:46 +00:00
mattijs
f689658552
ENH: iglooWithFridges: make 1 aspect ratio
2012-11-02 12:33:30 +00:00
sergio
ee01df6fb6
ENH: Editing baffle dictionary
2012-11-02 08:39:14 +00:00
sergio
708743752a
Solving problem with sampledSurfaces
...
Removing specieSolid specialization
Updating tutorials using solidThermo and solid reactions
2012-11-01 17:46:37 +00:00
sergio
e113bebcef
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/thermophysicalModels/reactionThermo/Make/options
src/thermophysicalModels/solidChemistryModel/ODESolidChemistryModel/ODESolidChemistryModel.C
src/thermophysicalModels/solidSpecie/solidSpecie/solidSpecie.C
tutorials/combustion/fireFoam/les/oppositeBurningPanels/constant/panelRegion/chemistryProperties
tutorials/combustion/fireFoam/les/oppositeBurningPanels/constant/panelRegion/thermophysicalProperties
tutorials/compressible/rhoPorousMRFSimpleFoam/angledDuctExplicitFixedCoeff/constant/MRFZones
tutorials/compressible/rhoPorousMRFSimpleFoam/angledDuctExplicitFixedCoeff/constant/RASProperties
tutorials/compressible/rhoPorousMRFSimpleFoam/angledDuctExplicitFixedCoeff/constant/polyMesh/boundary
2012-10-31 17:34:12 +00:00
sergio
92d2bc1b76
ENH: Aligning solid thermo mixing with gas mixing and solid reaction
2012-10-31 17:13:03 +00:00
andy
182f660634
ENH: Updates to tutorial Allrun scripts
2012-10-26 10:27:30 +01:00
andy
441d1d0dee
ENH: Tutorial update
2012-10-16 10:58:00 +01:00
andy
555800c28a
ENH: Updated tutorial radiationProperties dictionaries
2012-10-15 12:24:20 +01:00
andy
f9907cfd76
ENH: Updated circuitBoardCooling tutorial
2012-10-15 11:15:39 +01:00
sergio
54432bb18a
ENH: Adding greyMeanSolidAbsorptionEmission, updating tutorial.
...
The radiative properties are now held in the radiationModel in the solid
region instead than in the solidThermo
2012-10-05 11:48:48 +01:00
Henry
ca2ad8032e
Thermodynamics: Completed dictionary based selection mechanisms for all thermodynamic packages
...
Rationalised "make" macros to reduce code duplication
Removed solid phase radiation properties
Updated tutorials appropriately
2012-10-03 22:43:50 +01:00
andy
340bbed2e0
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-10-01 11:40:22 +01:00
andy
fd677b9f14
ENH: Tutorial file updates
2012-10-01 11:40:11 +01:00
Henry
9bf80af379
Thermodynamics: Update selection mechanism for reaction and chemistry thermodynamics
2012-09-30 21:27:18 +01:00
Henry
149a584cfe
Solid thermodynamic: rationalize and update selection mechanism for consistency with fluid thermo
2012-09-30 21:26:12 +01:00
Henry
5e59b510e6
Thermodynamics: Updated tutorials to use the new dictionary based thermo package selection mechanism
2012-09-27 16:49:45 +01:00
mattijs
da17674f0f
ENH: decomposePar,reconsturctPar: added -allRegions option
2012-09-26 12:08:43 +01:00
Henry
ef8b6810f2
Thermodynamics: add specie type as argument to the "makeThermo" macros
...
Added "8" as the default Order of polynomial thermodynamic functions
2012-09-25 18:09:05 +01:00
Henry
f1bfeba127
Thermodynamics: rename specieThermo -> species::thermo and create the species namespace
...
Also remove the "<thermo" part of the names of thermodynamics packages
2012-09-24 15:37:36 +01:00
Henry
969756b818
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-09-24 13:42:09 +01:00
Henry
e5ffac8cd9
Thermodynamics: Test dictionary selection mechanism
2012-09-24 13:41:46 +01:00
mattijs
fa443cb65f
GIT: boundary: derived file
2012-09-24 12:49:59 +01:00
mattijs
2132e8b1e2
BUG: iglooWithFridges: missing constraint type setup
2012-09-24 12:49:13 +01:00
mattijs
beb2943d8e
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
...
Conflicts:
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/0/p
tutorials/lagrangian/porousExplicitSourceReactingParcelFoam/verticalChannel/system/changeDictionaryDict
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/H2O
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/T
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/U
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/air
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/alphat
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/k
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/mut
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/omega
tutorials/lagrangian/reactingParcelFoam/verticalChannel/0/p
tutorials/lagrangian/reactingParcelFoam/verticalChannel/constant/polyMesh/boundary
2012-09-24 11:03:51 +01:00
Henry
a114345eab
Thermodynamics and sub-models: Removed "Sp" boundedness corrections on transport, replaced with "bounded Gauss" scheme
2012-09-21 14:34:42 +01:00
mattijs
b512a8f373
BUG: iglooWithFridges: missing file
2012-09-21 12:06:51 +01:00
mattijs
cbdba6b471
GIT: revert: revert bad commit b6c4e144c4
2012-09-20 15:19:25 +01:00
mattijs
dfa74d978c
ENH: flowRateInletVelocity: different keywords for volumetric and mass
2012-09-20 14:21:40 +01:00
Henry
afcd78e005
Tutorials: Updated for thermo changes
2012-09-19 15:55:41 +01:00
Henry
dbe48b482c
Thermodynamics: Changed all eEqn to EEqn and reformulated to conserve E in sonic solvers
...
To support these changes the need for "Sp" corrections on div-terms has been
eliminated by introducing a "bounded" convection scheme which subtracts the Sp
term from the selected scheme. The equivalent will be needed for the ddt term.
A warning message is generated for steady-state solvers in which the "bounded"
scheme is not selected for the convection terms.
2012-09-19 12:49:07 +01:00
Henry
dd3ab88f47
Thermodynamics: renamed isobaricPerfectGas -> incompressiblePerfectGas and incompressible -> rhoConst
...
Added isochoric and incompressible identifiers to equations of state to indicate the supported processes
2012-09-11 14:07:22 +01:00
Henry
830c0ef382
Thermodynamyics: rename basicThermo -> fluidThermo and veryBasicThermo -> basicThermo
2012-08-23 14:13:13 +01:00
Henry
8f4b56b3c3
Thermodynamics: Rationalised the base classes for fluid and solid thermo.
...
New base class for fluid and solid thermo: veryBasicThermo
Base class for fluid thermo: basicThermo (derived from veryBasicThermo)
Base class for solid thermo: solidThermo (derived from veryBasicThermo)
Note in next commit basicThermo -> fluidThermo, veryBasicThermo -> basicThermo
2012-08-23 11:39:02 +01:00
sergio
dccad82084
ENH: Modification of solid thermo, thermo baffles, pyrolysis and
...
tutorial, solvers solve for h in the solid
2012-07-03 10:54:27 +01:00
Henry
63da3e9afc
Thermodynamics: Rationalization
...
At the specie level:
hs = sensible enthalpy
ha = absolute (what was total) enthalpy
es = sensibly internal energy
ea = absolute (what was total) internal energy
At top-level
Rename total enthalpy h -> ha
Rename sensible enthalpy hs -> h
Combined h, hs, e and es thermo packages into a single structure.
Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form
alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:19:38 +01:00
sergio
a3a567ea1c
ENh: Further changes to tutorials and source regarding
...
changes from K to kappa
2012-05-08 13:32:56 +01:00
sergio
fa4fd968a8
ENH: Renaming K to kappa and kappa to kappaRad in solid thermo and
...
updating tutorials
2012-05-08 11:02:39 +01:00
sergio
980027bd60
BUG: Delay the call to solidThermo in Radiation BC constructor
...
in case the solid region has not being constructed yet
2012-04-24 10:43:44 +01:00
Henry
ef8efc27ba
Solvers and tutorials: changed use of buoyantPressure BC to fixedFluxPressure
2012-04-20 09:49:58 +01:00
Henry
28762dc468
Removed trailing whitespace
2012-04-19 14:17:30 +01:00
mattijs
69569cc45e
STYLE: surfaceFeatureExtract: get info from Coeffs dictionary. Added comment
2012-04-03 10:36:23 +01:00
mattijs
9821123c86
ENH: snappyMultiRegionHeater: adapt for surfaceFeatureExtractDict
2012-04-02 17:58:45 +01:00
mattijs
5ebf6ca2f8
ENH: README.txt: description of directional cht
2012-02-29 11:09:16 +00:00
mattijs
c20b3d761c
BUG: Allrun: wrong redirect
2012-02-29 10:30:50 +00:00
andy
f5d026dd71
STYLE: Removed duplicate ;;'s in tutorial dictionaries
2012-01-25 10:00:07 +00:00
mattijs
242143be1b
ENH: multiRegionHeater: added function objects on region
2012-01-25 08:53:38 +00:00
sergio
e1462229c0
ENH: Changing chtMultiRegionFoam tutorial entries
2012-01-10 15:47:47 +00:00
andy
2dc13eb942
ENH: tutorialse: use orthogonal scheme on orthogonal meshes
2011-12-16 15:30:58 +00:00
Sergio Ferraris
4351cb49ea
ENh: Change schemes for oppositeBurningPanles
2011-12-02 12:36:13 +00:00
mattijs
0043cf6d3a
STYLE: tutorials: use topoSet
2011-11-24 16:11:05 +00:00
mattijs
e314d4dc59
STYLE: mutliRegionHeater: use topoSet
2011-11-24 16:02:58 +00:00
Henry
0f3b422888
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-23 16:56:16 +00:00
Henry
dc810ea88d
Thermodynamics: Completed most of the conversion of the enthalpy source
2011-11-23 16:56:13 +00:00
mattijs
b06cd15151
BUG: extrudeToRegionMesh: fix indexing.
2011-11-23 15:28:38 +00:00
Sergio Ferraris
a7c4badeee
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-11-23 10:38:41 +00:00
Sergio Ferraris
be8284b0bd
ENH: Uptodate of tutorials
2011-11-23 10:38:10 +00:00
Henry
d54c03ed92
Tutorials: corrected fvSchemes for new total energy source formulation
2011-11-23 10:22:19 +00:00
Henry
96068a670d
Thermodynamics: Changed h-eqn to conserve total energy
2011-11-22 17:54:13 +00:00
Sergio Ferraris
8968d1d0ae
ENH: Moving circuitBoardCooling tutorial to buoyantSimpleFoam folder
...
and deleting old buoyantBaffleSimpleFoam
2011-11-08 16:39:36 +00:00
mattijs
01e3850eda
STYLE: snappyHexMeshDict: adapted comment on maxLocalCells.
2011-09-16 18:23:47 +01:00
andy
f4f078b979
ENH: Updated tutorial fvSolution files to employ updated solution ctrl params
2011-09-09 14:36:28 +01:00
andy
8ae9569085
ENH: Multiple commits - lumped due to git index file corruption
...
- Re-located mapped point patches
- Updated mapped patch write
- deprecated directMapped in favour of mapped
- updated resulting dependancies - apps/libs/tuts
2011-09-09 12:05:12 +01:00
andy
4f40cdb7d7
GIT: Resolve conflict
2011-08-16 16:09:56 +01:00
Henry
c2dd153a14
Copyright transfered to the OpenFOAM Foundation
2011-08-14 12:17:30 +01:00
sergio
d9d8c9c02d
ENH: editng Allrun
2011-07-11 10:22:33 +01:00
OpenFOAM-admin
c720299876
ENH: Reverted back to version dev
2011-06-17 10:08:20 +01:00
andy
b4230fa874
ENH: Removed view factor hard-coding from faceAgglomerate utility
2011-06-14 13:45:30 +01:00
andy
29c485361a
STYLE: renamed version 2.0 -> 2.0.0
2011-06-08 16:31:07 +01:00
andy
3fbf5e6ecd
STYLE: Minor corrections to tutorial file headers
2011-06-07 11:26:30 +01:00
andy
d2d91bb84f
STYLE: Updated tutorial headers to version 2.0
2011-06-07 11:18:46 +01:00
sergio
64c9989d76
BUG: mapDistribute on radiation BC and changes on
...
reactingParcelFilPyrolysisFoam
2011-06-06 17:45:06 +01:00
andy
2e4027d3b7
BUG: Corrected tutorial Allrun script
2011-06-03 12:23:01 +01:00
sergio
d8a14ecf2d
ENH: solver and tutorial using baffles
2011-06-02 17:27:06 +01:00
andy
2a2107f203
ENH: Updated solid thermo tutorials
2011-05-29 10:12:08 +01:00
andy
57f6a904ec
ENH: Updated tutorial thermo files
2011-05-27 17:33:41 +01:00
Henry
59eb1f4dac
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-05-26 12:43:21 +01:00
Henry
b6f8897268
tutorials: Upgraded all of the blockMeshDict files to the new format
...
Upgraded other files as necessary for consistency with the blockMeshDict, in
particular cases with cyclic patches.
2011-05-26 12:43:16 +01:00
mattijs
09ae0fae93
ENH: snappyMultiRegionHeater: feature edge support
2011-05-24 16:37:53 +01:00
Henry
f0f1e29779
chtMultiRegionFoam/multiRegionLiquidHeater tutorial: corrected relaxation statement
2011-05-16 10:06:41 +01:00
andy
a81bfbfa09
ENH: Tutorial updates
2011-05-12 12:17:39 +01:00
Henry
e3eae71014
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-04-28 21:14:18 +01:00
Henry
24adaa0e1d
Updated tutorials
2011-04-28 21:14:13 +01:00
sergio
ddc203fce0
Update tutorial to dev
2011-04-28 12:03:57 +01:00
sergio
a038c90f21
Tutorial Updates
2011-04-21 10:00:53 +01:00
andy
8369a8d78b
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-04-15 17:16:00 +01:00
andy
154761a3a1
ENH: Updated tutorials
2011-04-15 16:46:35 +01:00
Henry
a86be7faa6
Tutorials: Corrected the name of the gradient used for the linearUpwind scheme
2011-04-15 16:36:58 +01:00
Henry
293398cea5
tutorials: updatded header
2011-04-06 16:16:33 +01:00
mattijs
2099600454
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-04-01 03:45:25 +01:00
mattijs
7d728f5c77
ENH: snappyHexMeshDict: added comment. Changed wrt 17x
2011-04-01 03:33:49 +01:00
Henry
19c08b9e5a
tutorials: Set the file type to ascii for ascii files
2011-03-31 15:32:07 +01:00
Henry
a93e63e7b7
tutorials: use getApplication
rather than hard-coded application name
2011-03-25 12:06:18 +00:00
Henry
e1c9f43c08
tutorials: Use getApplication to set the application rather than hard-coding it
2011-03-24 21:42:09 +00:00
Henry
a7db086522
tutorials: Rationalised headers
2011-03-23 17:36:57 +00:00
graham
945354830c
ENH: More sensible, less restrictive minTetQuality restriction.
2011-03-23 10:58:02 +00:00
sergio
41121ee8f4
ENH: Uptodate to dev for several tutorials
2011-03-21 14:24:48 +00:00
andy
58e2a245df
ENH: Updates to sample dictionaries
2011-03-17 10:55:57 +00:00
Mark Olesen
abde400dd5
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
bin/foamCleanPath
2011-02-22 19:24:31 +01:00
sergio
093c4307c9
STY: bad streams
2011-02-21 17:26:54 +00:00
sergio
c5676efd94
STY: fixing bad streams
2011-02-21 17:25:51 +00:00
sergio
6b1adaf52b
ENH: update tutorials to nre emissivity look up
2011-02-21 17:16:15 +00:00
sergio
ed58f0e691
ENH: faceAgglomeration, vuew factor molde and view factor generator
2011-02-11 18:30:08 +00:00
andy
6ffbe0553c
ENH: Updated tutorial fvSchemes for transpose operator
2011-01-18 15:24:30 +00:00
Henry
0a6c711664
Tutorials: removed all references to metis to protect the innocent from persecution.
2011-01-07 12:01:08 +00:00
andy
14d1300a36
Revert "STyLE: More 2011 copyright dates (non-code)."
...
This reverts commit 2e1e671d96
.
2011-01-05 18:25:32 +00:00
graham
2e1e671d96
STyLE: More 2011 copyright dates (non-code).
2011-01-05 11:48:24 +00:00
Mark Olesen
881b3dafa2
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
applications/utilities/surface/surfaceCheck/surfaceCheck.C
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C
NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
mattijs
6f2b17a698
ENH: fvSchemes : updated incompressible tutorials
2010-12-15 17:05:09 +00:00
sergio
262e6be2f8
ENH: new basicSolidThermo, solid -> pointSolid and solidMixture ->
...
pointSolidMixture. chtMultiRegion tutorials and solvers
2010-12-08 16:20:43 +00:00
Henry
5f96d12654
chtMultiRegionFoam, chtMultiRegionSimpleFoam: Updated all tutorials
2010-11-03 12:31:38 +00:00
Henry
a061b6e41b
Changed E to e in scalars
2010-11-03 11:34:34 +00:00
Henry
f8ae2453df
chtMultiRegionFoam: updated thermodynamics
2010-11-02 18:57:39 +00:00
andy
8962878a1c
STYLE: Updated tutorial foam headers back to dev (from dev.localBranchName)
2010-10-18 13:13:21 +01:00
mattijs
0fd7a69911
ENH: setFields : allow faceSets for patchField setting
2010-10-15 16:22:18 +01:00
mattijs
ed89c6926e
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-10-15 15:47:46 +01:00
mattijs
6be05e72d1
ENH: setFields : allow faceSets for patchField setting
2010-10-15 15:43:11 +01:00
mattijs
b31f8894aa
ENH: setFields : all face sets to set patch values
2010-10-15 15:41:32 +01:00
andy
1970573609
STYLE: Misc coding cosmetics
2010-10-13 18:20:14 +01:00
andy
265ed0f033
ENH: Updated tutorial thermo props
2010-10-12 14:15:11 +01:00
Henry
ca8f5aee75
Tutorials: Added libOpenFOAM.so to libs when used to avoid paraFoam failing
2010-10-11 14:16:57 +01:00
Henry
f92bcb0f9e
snappyMultiRegionHeater tutorial: updated fvSolution
2010-10-11 11:39:34 +01:00
andy
ca6961f9ab
ENH: chtMultiregionFoam tutorial update
2010-10-08 14:37:21 +01:00
andy
32da2ff225
ENH: Multiple tutorial updates
2010-10-08 10:54:28 +01:00
andy
611a107bfd
ENH: Multiple tutorial updates
2010-10-07 17:17:48 +01:00
andy
590e2c3a52
ENH: Updated heat transfer solvers and tutorials to use p_rgh
2010-10-06 17:47:53 +01:00
andy
9efaf83fee
ENH: updated buoyantBoussinesqSimpleFoam solver to include thermal wall functions
...
on (kinematic) turbulent thermal conductivity, kappat and updated tutorial
2010-10-01 17:23:52 +01:00
andy
8f03a3258b
ENH: updated buoyantBoussinesqPimpleFoam solver to include thermal wall functions
...
on (kinematic) turbulent thermal conductivity, kappat and updated tutorial
2010-10-01 17:22:59 +01:00
Henry
89ee9b3e0f
Merged all multiphase developments in OpenFOAM-1.7.x
2010-09-29 22:22:48 +01:00
graham
ebb9a9e1ac
ENH: tet decomposed particle tracking.
...
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
graham
4d870512a6
Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
2010-07-28 14:05:18 +01:00
graham
d79237597e
STYLE: Fixing code style requirements for all src.
2010-07-28 13:31:46 +01:00
andy
9c5ecc1a90
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-07-27 18:11:37 +01:00
andy
dd488c26c2
BUG: corrected path to setHotRoom util for heat transfer tuts
2010-07-27 18:11:25 +01:00
graham
49a853116a
STYLE: copyright and 80 char line fixes.
2010-07-27 15:45:43 +01:00
graham
67136c25ee
STYLE: Remove tabs.
2010-07-27 12:24:27 +01:00
Mark Olesen
3ef7831a1e
STYLE: correct header format (as per ccfb6e32a6
)
2010-06-24 09:04:39 +02:00
henry
bfbab34491
Corrected merge conflicts from header changes.
2010-06-23 17:03:41 +01:00
henry
6574570ba0
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/polyMesh/boundary
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/rho
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/RASProperties
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/thermophysicalProperties
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/turbulenceProperties
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/cp
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/rho
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/constant/polyMesh/boundary
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/fixedInlet
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/sideAndTopPatches
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/nut
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/p
tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/RASProperties
tutorials/incompressible/simpleFoam/windTurbineTerrain/system/decomposeParDict
2010-06-23 16:56:45 +01:00
henry
ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
mattijs
245e31adef
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-06-11 17:00:31 +01:00
mattijs
8b46d0cc68
BUG: chtMultiRegionFoam : adapt for basicSolidThermo
2010-06-11 16:55:32 +01:00
mattijs
4c3021ba61
ENH: chtMulti* : adapted to use solidBasicThermo
2010-06-11 16:38:22 +01:00
henry
cf1fa7115f
Tutorial updates -- incomplete.
...
These changes are pushed to avoid continuous merge conflicts caused by scripted
changes to all the tutorial files.
2010-06-10 13:01:14 +01:00
henry
460faa33ed
buoyantSimpleFoam buoyantCavity tutorial: Updated
...
Update not complete.
2010-06-10 12:59:34 +01:00
Mark Olesen
895a077cb1
STYLE: fixup some dictionary headers
2010-05-18 11:38:07 +02:00
henry
361b153343
Final iteration information now available in mesh::data (used to be mesh::fvData)
...
Relaxation and solution parameters for the final iteration in PIMPLE loops are
now selected according to the value of the "finalIteration" entry in the
mesh::data dictionary.
rhoPimpleFoam significantly updates and now replaces rhoPisoFoam.
2010-05-25 18:45:25 +01:00
mattijs
78e5ef9dbd
ENH: specification of selection of cellZone in snappyHexMeshDict.
...
Now allows specification of inside point to help leaky surfaces.
2010-05-17 11:45:01 +01:00
henry
d036af2921
Corrected multiRegionHeater tutorial.
2010-04-29 14:21:11 +01:00
henry
a6d35185ad
multiRegionHeater: chtMultiRegionSimpleFoam tutorial
2010-04-29 14:15:01 +01:00
mattijs
68c7b16d5a
ENH: Steady-state version of multiRegionHeater
2010-04-27 14:56:00 +01:00
mattijs
defea5836e
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/OpenFOAM/containers/Lists/DynamicList/DynamicList.H
src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C
src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C
2010-04-13 11:07:19 +01:00
Mark Olesen
3fef72510e
STYLE: use switch value for 'writeCompression' in controlDict's
...
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00
mattijs
5e8903726d
ENH: explicitly include libraries that contain boundary conditions.
2010-04-08 21:05:14 +01:00
Mark Olesen
d29c438657
STYLE: use url for FSF license instead of postal address, switch to GPL v3
2010-03-29 14:07:56 +02:00
mattijs
d01adb74e3
ENH: Added tet volume check to checkMesh and snappyHexMesh
2010-03-26 13:39:51 +00:00
Mark Olesen
6b6dd51a27
STYLE: more consistent shell style in tutorial run/clean scripts
2010-03-10 10:55:42 +01:00
henry
c1e7fd9ef6
multiRegionHeater tutorial: Changed to generate the split-mesh and fields at time 0 rather th
...
an 0.001.
2010-02-18 16:16:37 +00:00
mattijs
36346ec1a2
ENH: Do a weighted balance before refinement and layer addition.
...
Have weight=7 on cells to be refined and balance. Then after refinement
there will be perfect balancing. Similar for layer addition.
2010-02-03 06:18:30 +00:00
sergio
3295abef5c
Correction of version in tutorial chtMultiRegionFoam
2010-01-28 12:48:52 +00:00
sergio
0b96ae5409
chtMultiRegionFoam files update
2010-01-28 12:28:18 +00:00
sergio
40710872fc
chtMultiRegion tutorial modification
2010-01-28 11:10:31 +00:00
sergio
cb5f5cb71c
chtMultiregion tutorial
2010-01-27 17:24:39 +00:00
mattijs
011bbf46bc
ENH: splitMeshRegions now fills in coupling information in directMapped patch.
...
- added directMapped*Patch constructors with uniform offset
- changed splitMeshRegions to use it
- adapted chtMultiRegionFoam tutorials
2010-01-27 13:24:06 +00:00
andy
e5ef060734
Update to heat transfer tutorial case
...
- Re-setting initial T fields to unitialised values prior to running
setFields utility
2010-01-11 13:07:32 +00:00
mattijs
b877323a33
Added baffle option and corrected default setting
...
When faceZones are present one has to decide whether to have zone faces
only on the edge of cellZones or also freestanding.
The setting for minMedialAxisAngle was corrected since the calculation
has also been corrected.
2009-12-15 15:56:35 +00:00
mattijs
960c192d25
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
applications/utilities/mesh/manipulation/transformPoints/transformPoints.C
2009-12-08 11:49:13 +00:00
mattijs
3c6befa360
updated tutorial for wildcards in changeDictionaryDict
2009-12-07 17:03:32 +00:00
Mark Olesen
b83e69818b
update some old dictionary headers - even found mention of Nabla!
2009-12-04 12:39:14 +01:00
mattijs
4f08a18800
moved temperature coupled baffle into compressible
2009-10-06 14:48:31 +01:00
mattijs
ebe5735d5b
renamed b.c.
2009-09-15 18:37:48 +01:00
mattijs
0408d571a0
renamed b.c.
2009-09-15 18:37:34 +01:00
mattijs
791b5aaeaa
replacing isType with isA to enable directMappedWall to work
2009-09-15 17:51:59 +01:00
henry
bcb1fc5ea8
Removed spurious "compressible::".
2009-08-18 22:03:34 +01:00
andy
248eb8b51e
README for buoyantCavity tutorial case
2009-08-13 11:56:05 +01:00
andy
920fa49e7e
minor change to tutorial
2009-08-11 13:21:50 +01:00
andy
511ceab01c
adding buoyantCavity validation/test case
2009-08-11 12:36:43 +01:00
andy
8bad166975
updated version number dev->1.6
2009-08-03 16:38:20 +01:00
Mark Olesen
ecb8d29b83
Merge commit 'OpenCFD/master' into olesenm
2009-08-03 16:20:24 +02:00
andy
6dbb672b01
updating tutorial cases to use new nut/mut wall function names
2009-08-03 12:04:40 +01:00