Tags: hystrath/hyStrath
Tags
hyStrath: new Fleming Release (no backward compatibility for the CFD … …module). The best would be to use the updated dictionaries provided in the run/ folder. If it is not possible, then please run the following command lines in your run folder: find . -type f -name 'transportProperties' -exec sed -i 's/neutralNeutralInteractions/tabulatedInteractions/g' {} \; find . -type f -name 'transportProperties' -exec sed -i 's/diffusiveFluxesParameters/diffusionModelParameters/g' {} \; find . -type f -name 'transportProperties' -exec sed -i 's/constantBinaryDiffusivityModelCoefficients/constantBinaryDiffusionModelCoefficients/g' {} \; find . -type f -name 'transportProperties' -exec sed -i 's/noBinaryDiffusivityModel/noBinaryDiffusionModel/g' {} \; find . -type f -name 'transportProperties' -exec sed -i 's/binaryDiffusivityModel/binaryDiffusionModel/g' {} \; (NB: this list may not be exhaustive) The website is updated, please have a look if necessary.