Skip to content
#

fluid

Here are 170 public repositories matching this topic...

pcarruscag
pcarruscag commented Aug 23, 2019

We have quite a few common booleans we use in many places of the code.
Some of them are very simple, like checking for compressible vs incompressible, or for FSI.
But when we want to express something more complicated like is it SA or SST, is the mesh moving or deforming, is this FEM or FVM or FEA, and so on, things are not so simple anymore and we end up with long conditionals repeated in many

Flimmerkiste
Flimmerkiste commented Apr 30, 2020

Setup
TYPO3 10.4.1
VHS 6.0.0

Using the v:page.header.canonical viewhelper results in an exception: Call to undefined method TYPO3\CMS\Core\Page\PageRenderer::addMetaTag()

The addMetaTag() method was deprecated in TYPO3 9 and removed in TYPO3 10. The new method to be used is TYPO3\CMS\Core\Page\PageRenderer::setMetaTag()

Improve this page

Add a description, image, and links to the fluid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fluid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.