NeoN
A framework for CFD software
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
surfaceField.hpp File Reference
#include <vector>
#include "NeoN/core/database/database.hpp"
#include "NeoN/finiteVolume/cellCentred/fields/domain.hpp"
#include "NeoN/finiteVolume/cellCentred/boundary/surfaceBoundaryFactory.hpp"
#include "NeoN/core/database/fieldDatabase.hpp"

Go to the source code of this file.

Classes

class  NeoN::finiteVolume::cellCentred::SurfaceField< ValueType >
 Represents a surface field in a finite volume method. More...
 

Namespaces

namespace  NeoN
 Integer types used throughout NeoN.
 
namespace  NeoN::finiteVolume
 
namespace  NeoN::finiteVolume::cellCentred
 

Functions

SurfaceField< scalarNeoN::finiteVolume::cellCentred::operator* (const SurfaceField< scalar > &lhs, const SurfaceField< scalar > &rhs)
 
SurfaceField< scalarNeoN::finiteVolume::cellCentred::operator+ (const SurfaceField< scalar > &lhs, const SurfaceField< scalar > &rhs)
 
SurfaceField< scalarNeoN::finiteVolume::cellCentred::operator- (const SurfaceField< scalar > &lhs, const SurfaceField< scalar > &rhs)
 
SurfaceField< scalarNeoN::finiteVolume::cellCentred::operator* (scalar s, const SurfaceField< scalar > &fld)