COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <iostream>
#include <boost/assign/list_of.hpp>
#include "common/BinaryDataWriter.hpp"
#include "common/BoostFilesystem.hpp"
#include "common/Foreach.hpp"
#include "common/OptionList.hpp"
#include "common/Log.hpp"
#include "common/PE/Comm.hpp"
#include "common/Builder.hpp"
#include "common/FindComponents.hpp"
#include "common/StringConversion.hpp"
#include "common/XML/XmlDoc.hpp"
#include "common/XML/FileOperations.hpp"
#include "mesh/cf3mesh/Writer.hpp"
#include "mesh/GeoShape.hpp"
#include "mesh/Mesh.hpp"
#include "mesh/Region.hpp"
#include "mesh/Dictionary.hpp"
#include "mesh/Field.hpp"
#include "mesh/Connectivity.hpp"
#include "mesh/Space.hpp"
#include "mesh/Tags.hpp"
#include "mesh/FaceCellConnectivity.hpp"
#include "math/VariablesDescriptor.hpp"
Go to the source code of this file.
Namespaces | |
cf3 | |
Top-level namespace for coolfluid. | |
cf3::mesh | |
Basic Classes for Mesh applications used by COOLFluiD. | |
cf3::mesh::cf3mesh | |
Library for I/O in the native CF3 mesh format. | |
cf3::mesh::cf3mesh::detail | |
Functions | |
void | write_regions (common::XML::XmlNode &node, const common::Component &parent, common::BinaryDataWriter &writer, const std::string &root_path) |
void | write_field (common::XML::XmlNode node, const mesh::Field &field, common::BinaryDataWriter &writer) |
Variables | |
common::ComponentBuilder< cf3mesh::Writer, MeshWriter, LibCF3Mesh > | aCF3MeshWriter_Builder |
Send comments to: COOLFluiD Web Admin |