Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue#27: Add references to projection note #28

Merged
merged 3 commits into from
Jan 28, 2023
Merged

Conversation

EN-Chou
Copy link
Collaborator

@EN-Chou EN-Chou commented Jan 26, 2023

This commit works on issue #27, add references to projection note.

@@ -113,7 +113,7 @@ \subsection{Vector form}
\nabla \cdot \mathbf{v}=0 \label{e:continuity_vec}
\end{align}
%
\section{Projection algorithm}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

References should be added in paragraphs instead of section headers.

@@ -113,7 +113,7 @@ \subsection{Vector form}
\nabla \cdot \mathbf{v}=0 \label{e:continuity_vec}
\end{align}
%
\section{Projection algorithm}
\section{Projection algorithm \cite{ferziger_cfd_2019}}
Velocity at $n^{th}$ time-step is denoted as $\mathbf{v}^n$. Convection term is
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please write something about the numerical method you are employing in this note. Conventionally we (scientists and engineers) call them numerical methods, not algorithms. The term algorithm is mostly used by programmers.

@EN-Chou EN-Chou marked this pull request as draft January 27, 2023 15:50
…odify the content from 3-step projection method to 4-step projection method.
@EN-Chou EN-Chou marked this pull request as ready for review January 27, 2023 16:37
@EN-Chou EN-Chou requested a review from yungyuc January 27, 2023 16:38
Solve for $\mathbf{v}^{n+1}$, we need to decide $\mathbf{P}$ beforehand. Projection
algorithm is implemented with intermediate term $\mathbf{v}^{*}$, the momentum
equation is split into 2 parts:
Projection method\cite{ferziger_cfd_2019} split eq (\ref{e:momentum_pj}) into
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conventionally we add citation at the end of a sentence. But at the time being it is OK to leave it here. We can come back here to change later.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And I wonder if you can pin-point to the original paper for the Projection Method?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, we can change it later; yes, this sounds more reasonable to me. Should they be included in a new issue?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds like a plan. Could you file an issue for yourself?

@yungyuc
Copy link
Member

yungyuc commented Jan 28, 2023

@EN-Chou I updated your permission and you should be able to merge the PR yourself. Could you please give it a try?

@EN-Chou EN-Chou merged commit fb0f2de into solvcon:master Jan 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants