Transient Boundary Syntax Changed in OpenFOAM v1.5

Sometimes, implementing time varying boundary conditions for a transient simulation is interesting. A series of pressure (or other varibles) values should be read from a text file, and update the boundary at each timestep. the boundary scalar value type should Continue reading Transient Boundary Syntax Changed in OpenFOAM v1.5

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