Skip to main content

Questions tagged [finite-volume-method]

Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

I've written a 3D linear acoustic discontinuous galerkin method that works on an unstructured tetrahedral mesh. This models pressure, $p$ and velocity, $\mathbf{u}=(u,v,w)$ and has fully reflective ...
donatelito's user avatar
0 votes
2 answers
119 views

I am currently working on the following transport equation : \begin{align} \frac{\partial}{\partial t}f(x,t) + \frac{\partial}{\partial x}\left[v(x)f(x,t)\right] &= 0, \\ v(0)f(0,t) &= 0, \\ f(...
Lowe's user avatar
  • 11
0 votes
0 answers
55 views

So assume we have a scalar conservation law $$ \partial_t u(t, x) + \partial_x \big(f(x, u(t, x))\big) = 0 \text{ in }(0, T) \times \mathbb{R} \quad \quad u(0, \cdot) = u_0 $$ for some $u_0:\mathbb{R} ...
Hyperbolic PDE friend's user avatar
0 votes
1 answer
99 views

I am working on the research of hydrodynamics and see some researchers applying the TVD numerical scheme to flow equations such as shallow water equations or kinematic wave equations. But in their ...
Panasun's user avatar
  • 33
2 votes
1 answer
205 views

Consider the Laplace operator over a 1D domain, with homogeneous Neumann boundary conditions. I have discretized this operator using the cell-centered Finite Volume method on a uniform grid of size $h$...
Nicola's user avatar
  • 91
1 vote
0 answers
103 views

I am watching some wonderful videos by Qiqi Wang on numerical methods for solving PDEs. He first introduced Finite Difference methods, where he setup the differentiation matrices for first and second ...
krishnab's user avatar
  • 2,705
3 votes
0 answers
100 views

I use Porous medium equation $$\frac{\partial u}{\partial t}=\Delta(u^m)$$ to model gas permeation through membranes. Deep down in the rabbit hole, using FVM on 1D system, I managed to derive ...
Lukáš Mrazík's user avatar
2 votes
0 answers
25 views

I have a Poisson equation with mixed boundary conditions: \begin{equation} \begin{alignedat}{3} -\Delta u(\vec{x}) &= f(\vec{x}), &&\quad \vec{x}\in\Omega \setminus \mathcal{K} \\ \...
lightxbulb's user avatar
  • 2,408
0 votes
0 answers
649 views

I am new to numerical methods for PDEs, but I am seeing some confusing perspectives in two different common textbooks: Langtangen's book on Finite Differences and Leveque's book on Finite Volume ...
krishnab's user avatar
  • 2,705
1 vote
1 answer
104 views

I solved the Poission equation which is given by \begin{equation} \Delta h = 0, \end{equation} where $h$, in my case, is the hydraulic pressure. Because I want to solve steady-state flow, the $\nabla ...
Tingchang Yin's user avatar
1 vote
1 answer
52 views

I have this region: $S={(x,y,z) \in \mathbb{R}^3: x^2+y^2+z^2\leq 1 \wedge z^2\geq3(x^2+y^2) \wedge z \geq 0} \nonumber$ I need to determine the volume but I don't know which cone should I choose. ...
Delight's user avatar
  • 95
5 votes
1 answer
381 views

Consider a scalar conservation law $u_t+f(u)_x=0.$ A three point monotone scheme given by, \begin{eqnarray} u_i^{n+1}=u_i^{n}-\lambda (F(u_i^n,u_{i+1}^n)-F(u_{i-1}^n,u_i^n)) \end{eqnarray} where $F(u,...
Rosy's user avatar
  • 1,097
1 vote
0 answers
47 views

Let $\mathbb{S}^{2}$ be the unit sphere, $\Delta_{s}$ the Laplace-Beltrami operator, $U_h$ the finite element space in $\mathbb{S}^{2}$ and $V_{h}$ the space of constant function associated to $U_{h}$....
Emidgard's user avatar
1 vote
1 answer
307 views

This question is working on the same problem but using a new concept as mentioned here:. Now I am trying to expand this concept using the Runge kutta (RK4):. Now the original PDE is as follows: $$\...
Ian's user avatar
  • 81
1 vote
1 answer
165 views

While trying to simplify an equation in the integral form (in the context of finite volume method with polyhedral meshes), I came across this term: $$ \iiint_V{\vec v\nabla\cdot\vec c\,\mathrm dV} \...
IamNotaMathematician's user avatar
0 votes
0 answers
181 views

I'm having trouble computing centroid of hyperpyramid (assume we have n points in n dimension). I already search a lot and I find how can calculate triangle and pyramid centroid, but I don't know how ...
mkafiyan's user avatar
  • 113
0 votes
1 answer
226 views

For the numerical solution of scalar hyperbolic conservation laws using finite volume schemes. In order to implement the boundary conditions and the numerical fluxes, make use of Ghost cells. ...
Junia Shelomi's user avatar
3 votes
1 answer
575 views

I'm trying to figure out how the finite volume version of Lax-Wendroff scheme is derived. Here is the PDE and Lax-Wendfroff scheme: $$u=\text{function of x,t}\\\hat{u}=\frac{1}{\Delta x}\int_{x_{i-1/...
Frank's user avatar
  • 910
2 votes
0 answers
70 views

Assume the wave equation in two dimensions: $$ \begin{cases} u_{xx}+u_{yy} = u_{tt}\\ u(x,y,t=0) = f(x,y) \\ u_t(x,y,t=0) = g(x,y) \end{cases} $$ where $x$ and $y$ represent spatial variables (...
Snifkes's user avatar
  • 457
2 votes
0 answers
108 views

I'm trying to apply the finite-volume method (FVM), with which I'm not so familiar, so a simple 1D PDE equation. The equation I want to solve is, to simplify, $$\frac{\partial U}{\partial t} + A\...
merrihurruz's user avatar
2 votes
0 answers
170 views

Numerous papers tackle the issue to formulate conservative numerical schemes to solve PDEs. For example Liu, Wang, Zou claim "local mass conservation [...] is a highly preferred property of ...
don-joe's user avatar
  • 827
2 votes
0 answers
4k views

We can easily find the energy equation for incompressible fluid as a temperature equation: $$ \rho c \frac{DT}{Dt}=\nabla\cdot(k\ \nabla T) + \tau_{xx}\frac{\partial u}{\partial x}+\tau_{yx}\frac{\...
Thales's user avatar
  • 663
1 vote
2 answers
2k views

In order to find the centroid of a polyhedral element (for finite volume method) bounded by a set of vertices, we follow the following procedure (from my textbook): 1 - Calculate the geometric centre $...
Algo's user avatar
  • 264
2 votes
1 answer
354 views

I'm having a hard time understanding finite volume methods. If I take for example the scalar advection equation $$\partial{u}_{t}+a\partial{u}_{x}=0, a>0$$ with suitable initial and bondary ...
Chris B.'s user avatar
  • 153