UNPKG

nglibs-cfd

Version:

NGLibs, The module for CFD field Loading for OpenFOAM.

12 lines (11 loc) 366 B
import { CFDFieldEmulator } from "./CFDField"; export declare class CFDFieldsHandler { private _CFDField; constructor(); static Instance<T>(this: { new (): T; }): T; static get instance(): CFDFieldsHandler; getCFDField(): CFDFieldEmulator | null; setCFDField(filed: CFDFieldEmulator | null): CFDFieldEmulator | null; }