Dr. Daya Shankar Tiwari  ·  Dean, School of Sciences, Woxsen University  ·  PhD, IIT Guwahati  ·  2026-08-19
CFD simulation papers: how to format equations in LaTeX correctly

CFD Simulation Papers: How to Format Equations in LaTeX Correctly

I have reviewed more than 300 research manuscripts over the past decade — from my days at IIT Guwahati working on nuclear thermal hydraulics to my current role as Dean of the School of Sciences at Woxsen University. And I can tell you, with complete confidence, that the single most avoidable reason a CFD paper gets sent back before peer review even begins is poor equation formatting. Not weak methodology. Not insufficient data. Poorly typeset mathematics.

This might sound trivial. It is not. When a reviewer opens your paper and sees an inline Navier-Stokes term that breaks across two lines, or a Reynolds number definition where the fraction is collapsed into a single ugly string, their confidence in your work drops immediately. You may have spent eight months running simulations on a high-performance cluster. You may have validated your results against experimental data with less than 3% deviation. None of that matters if your equations look like they were written in a hurry on a Monday morning.

Let me walk you through what I have learned — from hard experience — about getting this right in LaTeX.

Why Equation Formatting in CFD Papers Is Uniquely Challenging

CFD papers are not like papers in pure mathematics or even classical fluid mechanics. You are dealing with coupled partial differential equations, turbulence closure models, discretisation schemes, boundary condition expressions, and dimensionless parameters — often all within the same manuscript. The continuity equation, momentum equations, energy equation, and turbulence model equations each carry their own notation conventions. When you add species transport for reactive flow or neutron flux equations as I did during my doctoral research on nuclear thermal hydraulics at IIT Guwahati, the complexity multiplies fast.

I remember submitting my first major conference paper during my PhD. I had used a mix of inline math and display math inconsistently. The turbulent kinetic energy equation appeared in display mode, but the specific dissipation rate equation was somehow crammed inline. My supervisor, who had seen thousands of such manuscripts, handed it back to me within twenty minutes. He said nothing. He simply circled every equation formatting inconsistency with a red pen. There were eleven of them on the first four pages alone. That afternoon changed how I approach technical writing permanently.

The Core Principles You Must Follow

Let me be direct about the rules that matter most. These are not stylistic preferences. They are conventions that journals like the International Journal of Heat and Mass Transfer, Physics of Fluids, and Computers and Fluids enforce strictly.

First, every standalone equation that you will reference later must be in a numbered display environment. Use the equation environment for single equations and the align environment when you have multi-line derivations. Never number an equation inside an eqnarray block — that environment is deprecated and produces inconsistent spacing that modern LaTeX compilers handle poorly. I have seen PhD scholars at Woxsen submit draft theses with eqnarray used throughout. It is one of the first things I ask them to fix.

Second, vectors must be bold upright, not italic. Use \mathbf{u} for velocity vectors, not \vec{u} with an arrow. Most fluid mechanics journals follow this convention. The gravitational vector should be \mathbf{g}, the stress tensor \boldsymbol{\tau}, and so on. Greek letters in vectors require \boldsymbol{}, not \mathbf{}, because \mathbf does not apply to Greek characters in standard LaTeX.

Third, operators are upright, variables are italic. The nabla operator is \nabla, which renders correctly by default. But partial derivatives need care. Write \frac{\partial u}{\partial x} — here \partial is upright and u is italic, which is correct. What I often see scholars do wrong is write something like \partial U / \partial x inline, which looks compressed and ambiguous when U could be confused with a boundary condition label.

Fourth, subscripts and superscripts must be semantically consistent. If you define the turbulent viscosity as \mu_t on page three, it cannot become \mu_{T} on page seven. I enforce this strictly with the five departments I oversee at Woxsen. Before any manuscript leaves our school for submission, we do a notation consistency check. It takes thirty minutes and has saved us from at least a dozen unnecessary revision cycles this academic year alone.

Practical LaTeX Patterns for Common CFD Equations

Let me give you concrete examples that you can adapt directly. The incompressible continuity equation should be formatted as a display equation with the divergence operator written cleanly. Use \nabla \cdot \mathbf{u} = 0 inside an equation environment. Simple, readable, correct.

For the momentum equation, align your terms so that the pressure gradient, viscous term, and body force each appear on separate lines if the expression is long. Use the split environment inside equation when you want a single equation number for a multi-line expression. This is far more elegant than breaking the equation awkwardly and assigning sub-numbers like 3a and 3b unless the journal explicitly requires that format.

The turbulence kinetic energy transport equation from the k-epsilon model is one I have typeset hundreds of times, for my own research and for students across our 500-plus student cohort in the sciences. The production term, dissipation term, and diffusion term each have different symbolic densities. Put each on its own line using align, align the equal signs using the &= marker, and make sure your turbulent Prandtl numbers for k and epsilon appear as clear fractions using \frac{}, not as slash notation.

For dimensionless numbers, always define them formally the first time they appear. The Reynolds number is not just Re dropped into a sentence. Write it as a display equation: Re = \frac{\rho U L}{\mu}, label it, and reference it consistently thereafter. I have reviewed manuscripts where the Nusselt number was defined three different ways across three sections. That kind of inconsistency signals to reviewers that the authors did not read their own paper carefully.

The Mistakes I See Most Often

Working across multiple disciplines — from pure computational fluid dynamics to the biomedical simulation work we support at Care and Cure clinic — I see the same LaTeX errors recycled endlessly. Missing \left( and \right) delimiters that leave parentheses at default size around tall fractions. Using asterisks for multiplication inside math mode instead of \times or \cdot. Forgetting to load the amsmath package and then wondering why the align environment throws errors. Writing units inside math mode without \text{} or the siunitx package, so that the unit letters appear italic and look like variables.

And perhaps the most common: using the double dollar sign $$...$$ display math shorthand instead of the proper \begin{equation}...\end{equation} syntax. The double dollar sign works visually, but it suppresses proper equation numbering and spacing in many document classes. Stop using it.

The Takeaway

If you are a PhD scholar preparing your first CFD journal submission, I want you to understand something that took me longer than it should have to fully accept. The quality of your equation formatting is not separate from the quality of your research. It is part of it. A well-formatted equation communicates that you understand the mathematics deeply enough to present it with precision and respect. Reviewers feel that. Editors feel that.

Spend time with your LaTeX. Build a notation table at the start of every manuscript and enforce it through to the last page. Use the amsmath package. Use siunitx for units. Use align for multi-line equations. Keep vectors bold and upright, operators upright, and variables italic. Be consistent above everything else.

Your simulations may model the most complex turbulent flows imaginable. Make sure your equations, when written on the page, reflect the clarity and rigour of the thinking behind them. That is what separates a paper that gets accepted from one that gets returned with a note saying the manuscript needs significant revision before it can be considered. I have been on both sides of that note. Trust me — you want to be on the right side of it.

FREE TOOL FOR RESEARCHERS

ScholarFlow — Format Your Bibliography in Seconds

IEEE, APA, Nature, Elsevier, ACS — all 50+ journal formats. Automatic. Free trial. No credit card.

Try ScholarFlow Free →
← All Articles
Dr. Daya Shankar
ABOUT THE AUTHOR
Dr. Daya Shankar Tiwari
Dean, School of Sciences · Woxsen University · PhD, IIT Guwahati

Nuclear engineer turned AI builder. I build AI systems for hospitals, universities, and governments. Founder of SuktiAI — products deployed at scale across Indian institutions.

Website ScholarFlow VaidyaAI LexDean

Continue Reading

How I Review 200 Research Papers as Dean — My AI Workflow

How I Review 200 Research Papers as Dean — My AI Workflow

IEEE vs APA vs Nature — Which Citation Style for Your Field?

IEEE vs APA vs Nature — Which Citation Style for Your Field?

Why Indian PhD Students Spend 40% of Their Time on Formatting — Not Research

Why Indian PhD Students Spend 40% of Their Time on Formatting — Not Research

Found this useful? Share with a colleague →
𝕏 Share LinkedIn WhatsApp