Newer
Older
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Rphree_ReactTrans.R
\name{AdvectionPQC}
\alias{AdvectionPQC}
\title{Simple explicit 1D forward-Euler advection, multispecies}
\usage{
AdvectionPQC(conc, inflow = rep(0, ncol(conc)), dx, dt)
}
\arguments{
\item{conc}{matrix containing the chemical state}
\item{inflow}{vector of concentrations entering the inlet}
\item{dx}{the grid spacing}
\item{dt}{the required time step}
}
\value{
a matrix containing the state after the advection
}
\description{
Todo
}
\author{
MDL
}