- Dec 15, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Mark Olesen authored
- additional surface and surfaceAndDirection modes
-
Mark Olesen authored
- extend the sampling concept to include surfMeshes and surfFields for storage. - Note the createOnRead switch in surfMeshSamplers can be desirable in some situations to force creation of the surface faces within the constructor.
-
Mark Olesen authored
- currently only 'none' or 'sqrt', which can be useful in combination with integrate or averaging functions.
-
Mark Olesen authored
- fieldAverage - mag - magSqr - readFields - fieldsExpression (add, subtract)
-
- Dec 14, 2016
-
-
Mark Olesen authored
- similar to functionality available for IOobjectList, objectRegistry
-
Mark Olesen authored
- was using the ids coming from the zones instead of the sorted order from ensightFaces, which led to a clash in the mesh point maps that were manifest as a jumbled order. BUG: missing newlines in foamToEnsight nfaced/nsided ASCII output - was correct for foamToEnsightParts, but not for foamToEnsight -- * Many thanks to Justin Graupman for all of his testing, which has been a great help in isolating and fixing various issues.
-
Mark Olesen authored
ENH: reduce number of variables, simplify code - Note: use boolList instead of scalarList for managing the face signs since its lazy evaluation can be convenient when sign information is not required.
-
Mark Olesen authored
-
Mark Olesen authored
-
Andrew Heather authored
-
Andrew Heather authored
Description Replays an set of particle data based on an injectedParticleCloud, using the assumption of one particle per parcel. Usage \verbatim model1 { type injectedParticleInjection; SOI 0; massTotal 0; // Place holder only parcelBasisType fixed; nParticle 1; // 1 particle per parcel cloud eulerianParticleCloud; positionOffset (-0.025 2 -0.025); } \endverbatim
-
Andrew Heather authored
Description Interrogates an injectedParticleCloud to convert the raw particle data into a set of 'binned' injectors. The bins are set according to the particle \c tag property, from which: - diameters are converted into \c general distributions with a user-specified bin width - raw velocity and diameter data are resampled and stored to provide variations per injector The mass to inject can be set according to the raw input data mass total by using the \c applyDistributionMassTotal switch Usage \verbatim model1 { type injectedParticleDistributionInjection; SOI 0; parcelBasisType mass; cloud eulerianParticleCloud; positionOffset (-0.025 2 -0.025); binWidth 0.1e-3; parcelsPerInjector 500; resampleSize 100; // optional applyDistributionMassTotal yes; // Placeholder only when using applyDistributionMassTotal massTotal 0; } \endverbatim Note The each injector location is assumed to be operating under steady conditions, i.e. using a constant flow rate profile SourceFiles InjectedParticleDistributionInjection.C See also Foam::injectedParticle Foam::injectedParticleCloud Foam::functionObjects::extractEulerianParticles Foam::distributionModels::general
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
mattijs authored
-
mattijs authored
Applies a displacementLaplacian on top of a solid-body motion function
-
- Dec 13, 2016
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- Dec 12, 2016
-
-
sergio authored
-
mattijs authored
This is controlled by the setting maxCommsSize in etc/controlDict which specifies the max number of bytes per exchange. If set to <= 0 it is ignored. This max size of messages is important when doing e.g. load balancing which can send over whole meshes.
-
mattijs authored
Takes cellZones and motionSolver per cellZone. See also dynamicMotionSolverListFvMesh.
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
ENH: outletMappedUniformInlet BC - Cp only calculated for patch and not entire domain; input keywords updated for consistency
-
- Dec 09, 2016
-
-
Henry Weller authored
which provided warning about backward-compatibility issue with setting div schemes for steady-state. It caused confusion by generating incorrect warning messages for compressible cases for which the 'bounded' should NOT be applied to the 'div(phid,p)'.
-
Henry Weller authored
to clarify purpose. Patch contributed by Mattijs Janssens
-
Henry Weller authored
Patch contributed by Mattijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2380
-
Henry Weller authored
Patch contributed by Battijs Janssens Resolves bug-report http://bugs.openfoam.org/view.php?id=2383
-
Henry Weller authored
Patch contributed by Mattijs Janssens
-
Mark Olesen authored
-
Henry Weller authored
-