NCDim Struct Reference

AMR-Wind API: ncutils::NCDim Struct Reference
AMR-Wind API v0.1.0
CFD solver for wind plant simulations
Loading...
Searching...
No Matches
ncutils::NCDim Struct Reference

Representation of NetCDF dimension. More...

#include <nc_interface.H>

Public Member Functions

std::string name () const
 Name of this dimension.
 
size_t len () const
 Length of this dimension.
 

Public Attributes

const int ncid
 File/Group Identifier.
 
const int dimid
 Dimension ID used with NetCDF API.
 

Detailed Description

Representation of NetCDF dimension.

Member Function Documentation

◆ len()

size_t ncutils::NCDim::len ( ) const

Length of this dimension.

◆ name()

std::string ncutils::NCDim::name ( ) const

Name of this dimension.

Member Data Documentation

◆ dimid

const int ncutils::NCDim::dimid

Dimension ID used with NetCDF API.

◆ ncid

const int ncutils::NCDim::ncid

File/Group Identifier.


The documentation for this struct was generated from the following files:
  • /home/runner/work/amr-wind/amr-wind/amr-wind/utilities/ncutils/nc_interface.H
  • /home/runner/work/amr-wind/amr-wind/amr-wind/utilities/ncutils/nc_interface.cpp