Ignore:
Timestamp:
Jul 17, 2012 3:43:01 PM (12 years ago)
Author:
maronga
Message:

added/updated several tutorial files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIAL/SOURCE/non_cyclic_boundary_conditions.tex

    r915 r945  
    7171   \end{itemize}   
    7272\end{frame}
     73
     74\section{Motivation}
     75\subsection{Motivation}
    7376
    7477%Folie 3
     
    114117\end{frame}
    115118
     119\section{How to Create a Turbulent Inflow}
     120\subsection{How to Create a Turbulent Inflow}
     121
    116122% Folie 5
    117123\begin{frame}
     
    136142\begin{frame}
    137143   \frametitle{How to Create a Turbulent Inflow (II)}
    138    \small
     144   \footnotesize
    139145   Initial  turbulence is created by a precursor run with cyclic boundary conditions and much smaller domain size than used for the main run.
    140    \tikzstyle{line} = [draw, yellow, thick, dashed, -latex']   
     146   \tikzstyle{line} = [draw, blue, thick, dashed, -latex']   
    141147   \begin{tikzpicture}     
    142148      \uncover<1>{\node(picture) {\includegraphics[width=0.4\textwidth]{non_cyclic_figures/create_turbulent_inflow_2/create_turbulent_inflow_1.png}};}
     
    148154         \begin{itemize}
    149155         \item<4->{When the precursor run is finished, data of the last timestep are stored on disc.}
    150          \item<5->{These data are then read by the main run and repeatedly mapped to the main run domain, unless it is completely filled.}
     156         \item<5->{These data are then read by the main run and repeatedly mapped to the main run domain, until it is completely filled.}
    151157         \end{itemize}}};
    152158     \uncover<6>{\node(picture2) [below=1.8cm of picture.east] {\includegraphics[width=0.9\textwidth]{non_cyclic_figures/create_turbulent_inflow_2/create_turbulent_inflow_4.png}};}
     
    200206\end{frame}
    201207
     208\section{Implementation in PALM}
     209\subsection{Implementation in PALM}
     210
    202211% Folie 8
    203212\begin{frame}
     
    205214   \textbf{Status of availability:}
    206215   \begin{itemize}
    207       \item<2->{Non-cyclic boundary conditions along \textbf{one} of the horizontal directions (x \textbf{or} y).}
     216      \item<2->{Non-cyclic boundary conditions along \textbf{one} of the horizontal directions (\textit{x} \textbf{or} \textit{y}).}
    208217      \begin{itemize}
    209          \item<3->{Dirichlet conditions at inflow (stationary vertical profiles, u(z), v(z), pt(z), q(z), w=0).}
     218         \item<3->{Dirichlet conditions at inflow (stationary vertical profiles, \textit{u}(\textit{z}), \textit{v}(\textit{z}),
     219                   \textit{pt}(\textit{z}), \textit{q}(\textit{z}), \textit{w}=0).}
    210220         \item<4->{Radiation conditions at outflow. Tendencies at the boundary are replaced by e.g.}
    211221      \end{itemize}     
     
    234244\end{frame}
    235245
     246\section{Current Applications}
     247\subsection{Current Applications}
     248
     249
    236250% Folie 10
    237251\begin{frame}
     
    260274   \end{center}
    261275\end{frame}
     276
     277\section{How to set up}
     278\subsection{How to set up}
    262279
    263280% Folie 12
     
    351368\end{frame}
    352369
     370\section{Final remarks}
     371\subsection{Final remarks}
     372
    353373% Folie 16
    354374\begin{frame}
Note: See TracChangeset for help on using the changeset viewer.