synthetik-technologies / blastfoam

A CFD solver for multi-component compressible flow with application to high-explosive detonation, explosive safety and air blast
Other
215 stars 96 forks source link

functionObject minMax not working on dynamicPressure #47

Closed simonHolz closed 2 years ago

simonHolz commented 2 years ago

The minMax functionObject seems to have no effect on the dynamicPressure field.

How to reproduce: run the tutorial: tutorials/blastFoam/axisymmeticCharge with Build: 9-97036ef1b9cb Effect: no dynamicPmax files can be found in the time directories. However the fields overpressureMax and speedOfSoundMax are generated as specified in the controlDict.

Did I miss anything or is this behaviour intended?

simonHolz commented 2 years ago

Side note: the blastProbes functionObject seems not to work with the dynamicPressure field either.

jheylmun commented 2 years ago

Hello, I had made a mistake with the name of the dynamicPressure field in the function objects. It should be dynamicP, and has been updated.

Thanks, Jeff

simonHolz commented 2 years ago

Thanks Jeff for the update!