MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
fvcartesianwmsurface.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The m-AIA AUTHORS
2//
3// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4//
5// SPDX-License-Identifier: LGPL-3.0-only
6
8
9template <MInt nDim>
11 return;
12}
13
14template <MInt nDim>
15void FvWMSurface<nDim>::init(MInt bndryCellId, MInt bndrySrfcId, MFloat utau) {
16 m_bndryCellId = bndryCellId;
17 m_bndrySrfcId = bndrySrfcId;
18
19 for(MInt v = 0; v < 5; v++) {
20 m_wmImgVars[v] = F0;
21 }
22 m_wmTauW = F0;
23 m_wmMUEWM = F0;
24 m_wmUII = F0;
25 m_wmUTAU = utau;
26}
27
28template class FvWMSurface<2>;
29template class FvWMSurface<3>;
void init(MInt, MInt, MFloat)
int32_t MInt
Definition: maiatypes.h:62
double MFloat
Definition: maiatypes.h:52