Solutions of Linear Equation Systems Used in OpenFOAM

Linear Equation Systems are most concerned in modern scientific and engineering computation, because most problems can be described by (partial) differential equations which could be discretized to a system of algebraic equations which can be solved on a computer. There Continue reading Solutions of Linear Equation Systems Used in OpenFOAM

How to convert tetrahedral mesh to polyhedral mesh

In OpenFOAM, We can simulate fluid dynamics with general meshes, such as tetrahedral, hexhedral, and with polyhedral mesh which workes well in OpenFOAM. Generally, A tetrahedral mesh in a geometric model should be done, which should be converted to the Continue reading How to convert tetrahedral mesh to polyhedral mesh

sonicLiquidFoam can Run With Time-Dependent Pressure

sonicLiquidFoam is a compressible sonic laminar liquid flow code in OpenFOAM, which is an open-source CFD toolkit. Early, sonicLiquidFoam could not be running with time-dependent pressure. When you set a boundary with timeVaryingUniformFixedValue in the case which could be computed Continue reading sonicLiquidFoam can Run With Time-Dependent Pressure