Fluid output.  
 More...
 | 
| procedure, pass(this)  | init (this, precision, fluid, scalar_fields, name, path, fmt, layout) | 
|   | 
| procedure, pass(this)  | sample (this, t) | 
|   | Sample a fluid solution at time t.  
  | 
|   | 
| procedure, pass(this)  | free (this) | 
|   | Destroy a fluid output list.  
  | 
|   | 
| procedure, pass(this)  | init_base (this, fname, precision, layout, overwrite) | 
|   | Output constructor.  
  | 
|   | 
| procedure, pass(this)  | set_counter (this, n) | 
|   | Update the output's file counter.  
  | 
|   | 
| procedure, pass(this)  | set_start_counter (this, n) | 
|   | Update the start of output's file counter.  
  | 
|   | 
| procedure(output_sample), deferred, pass  | sample (this, t) | 
|   | 
Definition at line 51 of file fluid_output.f90.
 
◆ free()
◆ init()
      
        
          | procedure, pass(this) fluid_output::fluid_output_t::init  | 
          ( | 
          class(fluid_output_t), intent(inout)  | 
          this,  | 
        
        
           | 
           | 
          integer, intent(inout)  | 
          precision,  | 
        
        
           | 
           | 
          class(fluid_scheme_base_t), intent(in), target  | 
          fluid,  | 
        
        
           | 
           | 
          class(scalars_t), intent(in), optional, target  | 
          scalar_fields,  | 
        
        
           | 
           | 
          character(len=*), intent(in), optional  | 
          name,  | 
        
        
           | 
           | 
          character(len=*), intent(in), optional  | 
          path,  | 
        
        
           | 
           | 
          character(len=*), intent(in), optional  | 
          fmt,  | 
        
        
           | 
           | 
          integer, intent(in), optional  | 
          layout  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ init_base()
  
  
      
        
          | procedure, pass(this) output::output_t::init_base  | 
          ( | 
          class(output_t), intent(inout)  | 
          this,  | 
         
        
           | 
           | 
          character(len=*), intent(inout)  | 
          fname,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          precision,  | 
         
        
           | 
           | 
          integer, intent(in), optional  | 
          layout,  | 
         
        
           | 
           | 
          logical, intent(in), optional  | 
          overwrite  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
- Parameters
 - 
  
    | fname | Name of the output file.  | 
    | precision | Output precision (sp or dp).  | 
  
   
Definition at line 44 of file output.f90.
 
 
◆ sample() [1/2]
◆ sample() [2/2]
◆ set_counter()
◆ set_start_counter()
◆ file_
  
  
      
        
          | type(file_t) output::output_t::file_ | 
         
       
   | 
  
inherited   | 
  
 
 
◆ fluid
The documentation for this type was generated from the following file: